chore: init go mod with gitignore

main
hau 2020-10-06 16:45:02 +07:00
commit e523a8acec
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/changeloguru
go 1.15