Skip to content

s-yashiro/go-web-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-web-api-server

A Basic Web API server for simple tests, serving JSON and benchmark.

Usage

$ go build
$ ./go-web-api-server

Cross compilation for Linux(x86_64).

$ GOOS=linux GOARCH=amd64 go build

Get fibonacci number

http://localhost:3000/fib/300

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages