k3s/vendor/github.com/go-openapi/swag
2019-12-15 23:28:25 -07:00
..
.editorconfig Update vendor 2019-08-30 23:08:05 -07:00
.gitignore Update vendor for k8s 1.17.0 2019-12-15 23:28:25 -07:00
.golangci.yml Update vendor 2019-09-27 16:54:32 -07:00
.travis.yml Update vendor 2019-09-27 16:54:32 -07:00
CODE_OF_CONDUCT.md Update vendor 2019-08-30 23:08:05 -07:00
convert_types.go Update vendor 2019-08-30 23:08:05 -07:00
convert.go Update vendor for k8s 1.17.0 2019-12-15 23:28:25 -07:00
doc.go Update vendor 2019-09-27 16:54:32 -07:00
go.mod Update vendor 2019-09-27 16:54:32 -07:00
go.sum Update vendor 2019-09-27 16:54:32 -07:00
json.go Update vendor for k8s 1.17.0 2019-12-15 23:28:25 -07:00
LICENSE Update vendor 2019-08-30 23:08:05 -07:00
loading.go Update vendor 2019-08-30 23:08:05 -07:00
name_lexem.go Update vendor 2019-09-27 16:54:32 -07:00
net.go Update vendor 2019-09-27 16:54:32 -07:00
path.go Update vendor 2019-08-30 23:08:05 -07:00
post_go18.go Update vendor 2019-09-27 16:54:32 -07:00
post_go19.go Update vendor 2019-09-27 16:54:32 -07:00
pre_go18.go Update vendor 2019-09-27 16:54:32 -07:00
pre_go19.go Update vendor 2019-09-27 16:54:32 -07:00
README.md Update vendor 2019-09-27 16:54:32 -07:00
split.go Update vendor 2019-09-27 16:54:32 -07:00
util.go Update vendor for k8s 1.17.0 2019-12-15 23:28:25 -07:00
yaml.go Update vendor for k8s 1.17.0 2019-12-15 23:28:25 -07:00

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