diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-05-03 20:16:14 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-05-03 20:16:14 +0200 |
| commit | 80e08e6aee59ef32355fe5a376f295f1fd7dec1c (patch) | |
| tree | b49c2f974a9898caa3dd9cb094101a1b236c0e32 /.golangci.yaml | |
| parent | 9fd5ae1214c3f4af53dfa5c45adee68769981b18 (diff) | |
| download | go-gg-80e08e6aee59ef32355fe5a376f295f1fd7dec1c.tar.gz | |
change module path to go.xyrillian.de/gg
Also, some other small adjustments for the documentation to make it fit
with the overall vibe of the new home.
Diffstat (limited to '.golangci.yaml')
| -rw-r--r-- | .golangci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index 4b9fb44..3a37237 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -74,7 +74,7 @@ linters: require-specific: true staticcheck: dot-import-whitelist: - - github.com/majewsky/gg/option + - go.xyrillian.de/gg/option exclusions: generated: lax presets: |
