We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b89230 commit 65613f3Copy full SHA for 65613f3
pkg/golinters/goheader/testdata/fix/in/goheader_4.go
@@ -0,0 +1,10 @@
1
+/*
2
+ Copyright 2024 The Awesome Project Authors
3
+
4
+ Use of this source code is governed by LICENSE.md
5
+*/
6
7
+//golangcitest:args -Egoheader
8
+//golangcitest:expected_exitcode 0
9
+//golangcitest:config_path testdata/goheader-fix.yml
10
+package p
pkg/golinters/goheader/testdata/fix/out/goheader_4.go
+ Use of this source code is governed by LICENSE
0 commit comments