chore: init go.mod

main
sudo pacman -Syu 2022-11-24 22:25:13 +07:00
commit 878278b0d2
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
3 changed files with 22 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# macOS
.DS_Store
# Window
*.exe
# IntelliJ
.idea
# VSCode
.vscode
# Go
coverage.out
vendor
# GoReleaser
dist

1
README.md Normal file
View File

@ -0,0 +1 @@
# gofimports

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/haunt98/gofimports
go 1.19