Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
/ users Public archive

Mirror for WP Cloud Computing for CloudDrop Users service

Notifications You must be signed in to change notification settings

wp-cc-clouddrop/users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mirror for WP Cloud Computing for CloudDrop Users service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published