client/vendor/github.com/go-openapi/swag
Roland Huß d8d0192206 chore: Update to Knative Serving 0.10.0 (#474)
* chore: Update to Knative Serving 0.10.0

* chore: Add missing dep, introduced by codegen test (when installing goimports)

* added missing target dir
2019-11-04 13:02:19 -08:00
..
.editorconfig chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
.gitignore chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
.golangci.yml chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
.travis.yml chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
CODE_OF_CONDUCT.md chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
LICENSE chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
README.md chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
convert.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
convert_types.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
doc.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
go.mod chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
go.sum chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
json.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
loading.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
name_lexem.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
net.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
path.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
post_go18.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
post_go19.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
pre_go18.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
pre_go19.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
split.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
util.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
yaml.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08: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:

  • YAML utilities depend on gopkg.in/yaml.v2