Olivier Mengué
Olivier Mengué
Check your `$PATH` to see if contains `$(go env GOPATH)/bin`. In any case that's not an issue specific to statik but more general to your Go development environment.
@jpgoldberg This a 4 lines patch.
@jpgoldberg ping
Like #19, this feature could be built in an other Go package that would use `spg` as its backend. No need to extend the `spg` API.
ping @DCKcode @jpgoldberg @mitchchn @robyoder (see also my other pull requests)
ping @jpgoldberg
This feature could be built in an other Go package that would use `spg` as its backend. No need to extend the `spg` API.
Related project: https://github.com/1Password/password-rules-parser
@cansik, @mohsen1: `/parameters` is a hash of parameter objects but `/paths/{path}/parameters` and `/paths/{path}/{operation}/parameters` are arrays of parameters objects. There is no confusion.
@cansik For your request, I suggest that you define your own vendor extension for parameter groups, and write a processing tool that would inline your group references into a pure...