This package is the http/socket server for the chat of https://appointrip.com
First, install golang on your computer install GOlang
After install, go to '/Users/username/go/src' and copy/paste into this folder the project
run a terminal and :
go install
go run main.go
For run the project, open a cmd with Go installed and run
go run main.go
See the package for read the doc
Build for ubuntu run
GOOS=linux GOARCH=amd64 go build -o socialnetwork main.go
Build for macos run
GOOS=darwin GOARCH=amd64 go build -o socialnetwork main.go
Build for window run
GOOS=windows GOARCH=amd64 go build -o socialnetwork.exe main.go
This command create a binary file named 'socialnetwork' or 'socialnetwork.exe'