chore: init go.mod
commit
878278b0d2
|
@ -0,0 +1,18 @@
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Window
|
||||||
|
*.exe
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Go
|
||||||
|
coverage.out
|
||||||
|
vendor
|
||||||
|
|
||||||
|
# GoReleaser
|
||||||
|
dist
|
Loading…
Reference in New Issue