# do this
all:
go build
./signup
# this is the raw socket server. it will
# show all socket connects recieved
raw-socket:
go run server.go
push:
git pull
git add --all
-git commit -a -s
git push
update:
go get -v .