Skip to content

Commit 5e257a9

Browse files
committed
test with new comment
1 parent efa9aa8 commit 5e257a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/citool/cmd/csv_export_cmd.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ var csvExportCmd = &cobra.Command{
2222
},
2323
}
2424

25+
func OhMyGod() {
26+
fmt.Println("Oh my god!")
27+
}
28+
2529
func init() {
2630
csvExportCmd.Flags().StringP("file", "f", "", "Path to YML file")
2731
err := csvExportCmd.MarkFlagRequired("file")

0 commit comments

Comments
 (0)