Skip to content

kintogithub/exGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go samples

A sample go microservice blocks for kintohub

It is using go 1.10.0

First time setup

  • go build main.go

Run

  • ./main will launcrhs the server on port 80

Run in docker

  • docker build -t go-test .
  • docker run -d --name=go-test -p 80:80 go-test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors