Skip to content

Commit 22e4624

Browse files
committed
remove test function
1 parent 5e257a9 commit 22e4624

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/citool/cmd/csv_export_cmd.go

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

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

0 commit comments

Comments
 (0)