Skip to content

trapvincenzo/yafsig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Yet another fake server in go Well I wanted to create something to start playing a bit with go, and I said to me...what's better than a fake server configurable via yaml? That is the story, nothing more and nothing less!

Install dependencies

go get github.com/gorilla/mux
go get gopkg.in/yaml.v2
go get github.com/stretchr/testify

Build and run it

go build && ./yafsig

Tests

go test

About

Yet another fake server in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages