Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (23 loc) · 562 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 562 Bytes

cloud-wp-ws19 - User Microservice

Project repository for WP Cloud Computing WS19

The user microservice is implemented with Go (Golang).

Go

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