Project repository for WP Cloud Computing WS19
The user microservice is implemented with Go (Golang).
Linux installation:
sudo snap install golang
You can just run a go file:
go run main.go
You can also build an executable which will be named aftrer your project folder
mkdir go-project
cd go-project
touch main.go
go build
./go-project