289684b0f1
Added original source Fixed readme typo (I fat fingered your username again whoops) Fiddling with golang config
19 lines
331 B
Plaintext
19 lines
331 B
Plaintext
# personal reasons (。◕ ‿ ◕。)
|
|
*.tgz
|
|
# ---> Go
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
.glide/
|
|
|