Add testing and CI integration

This commit is contained in:
Daniel
2019-10-25 13:36:11 +02:00
parent 4348caa258
commit a976d5270c
4 changed files with 231 additions and 0 deletions

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# Treat all Go files in this repo as binary, with no git magic updating
# line endings. Windows users contributing to Go will need to use a
# modern version of git and editors capable of LF line endings.
*.go -text diff=golang