Merge pull request #223 from huahang/patch

ignore goland ide generated files
This commit is contained in:
Piotr Tabor 2021-04-26 23:07:57 +02:00 committed by GitHub
commit 90fdc8d162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/bin/ /bin/
cover.out cover.out
/.idea /.idea
*.iml