client/vendor/github.com/go-openapi/swag
Naomi Seyfer fb587184c4 Actually, vendor everything (#59)
* Actually, vendor everything

* Verifier and update deps

* Dont verify codegen; we cant
2019-04-05 04:08:57 -07:00
..
.editorconfig Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
.gitignore Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
.golangci.yml Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
.travis.yml Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
CODE_OF_CONDUCT.md Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
LICENSE Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
README.md Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
convert.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
convert_types.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
doc.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
go.mod Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
go.sum Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
json.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
loading.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
net.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
path.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
post_go18.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
post_go19.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
pre_go18.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
pre_go19.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
util.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
yaml.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00

README.md

Swag Build Status codecov Slack Status

license GoDoc GolangCI Go Report Card

Contains a bunch of helper functions for go-openapi and go-swagger projects.

You may also use it standalone for your projects.

  • convert between value and pointers for builtin types
  • convert from string to builtin types (wraps strconv)
  • fast json concatenation
  • search in path
  • load from file or http
  • name mangling

This repo has only few dependencies outside of the standard library:

  • JSON utilities depend on github.com/mailru/easyjson
  • YAML utilities depend on gopkg.in/yaml.v2