Setup go server

This commit is contained in:
Carolyn Knight-Serrano 2019-12-17 03:47:15 -08:00
parent 1383549e4b
commit 268dd63423
No known key found for this signature in database
GPG key ID: 50858748146544CB
6 changed files with 143 additions and 17 deletions

50
.gitignore vendored
View file

@ -1,16 +1,36 @@
# ---> Clojure
pom.xml
pom.xml.asc
*.jar
*.class
/lib/
/classes/
/target/
/checkouts/
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.lein-failures
.nrepl-port
.cpcache/
# .gitignore config
# aah application - start
aah.go
aah_*_vfs.go
*.pid
app/generated
build/
vendor/*/
main
# aah application - end
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof