Skip to content

Commit 6ee70ba

Browse files
committed
test: fix
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent c39c13f commit 6ee70ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
func ExampleMain() { // nolint:govet
3+
func Example() { // nolint:govet
44
main()
55
// Output:
66
// yaml:

0 commit comments

Comments
 (0)