chore: init gitignore and go.mod

main
hau 2020-11-11 11:11:43 +07:00
parent ea05e9b47c
commit d204c5bf8d
2 changed files with 15 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# macOS
.DS_Store
# IntelliJ
.idea/
# VSCode
.vscode/
# Go
coverage.out
coverage.html

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/haunt98/go-test-color
go 1.15