rename contants.go to constants.go (#2) * Rename contants.go to constants.go * Fix file name from contants.go to constants.go in internal/generator/main.go
Cezar Mathe work@cezarmathe.com
Thu, 05 Mar 2020 20:26:48 -0800
2 files changed,
1 insertions(+),
1 deletions(-)
M
internal/generator/main.go
→
internal/generator/main.go
@@ -124,7 +124,7 @@ }
content, err := format.Source(w.Bytes()) - file, err := os.Create("contants.go") + file, err := os.Create("constants.go") if err != nil { return fmt.Errorf("could not create file: %v", err) }