0x4b53/amqp-rpc

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Created by https://www.gitignore.io/api/go,vim

### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

### Vim ###
# swap
.sw[a-p]
.*.sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags


# End of https://www.gitignore.io/api/go,vim

vendor/