#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!
go get github.com/gorilla/mux
go get gopkg.in/yaml.v2
go get github.com/stretchr/testify
go build && ./yafsig
go test