Skip to content

yiidtw/hello-web-in-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello-Web-in-Go

  • Hello World level
  • with simple test case example
  • integrate with CI/CD
  • PR testing automation

setup golang dev env

usage

# how to run
$ git clone https://github.com/yiidtw/hello-web-in-go
$ cd hello-web-in-go
$ go build
$ ./hello-web-in-go &

# open browser or curl the get the result
$ curl localhost:5000
Hello Web

# how to test
$ go test
PASS
ok      hello-web-in-go 0.006s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages