kops/vendor/github.com/go-openapi/swag
Jesse Haka 1928a3934c update deps 2020-03-17 17:41:50 +02:00
..
.editorconfig Update vendor 2018-02-03 21:19:32 -05:00
.gitignore update deps 2020-03-17 17:41:50 +02:00
.golangci.yml Update vendor 2020-01-17 06:38:43 -05:00
.travis.yml Update vendor 2020-01-17 06:38:43 -05:00
BUILD.bazel Update vendor 2020-01-17 06:38:43 -05:00
CODE_OF_CONDUCT.md Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
LICENSE Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
README.md Update vendor 2020-01-17 06:38:43 -05:00
convert.go update deps 2020-03-17 17:41:50 +02:00
convert_types.go Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
doc.go Update vendor 2020-01-17 06:38:43 -05:00
go.mod Update vendor 2020-01-17 06:38:43 -05:00
go.sum Update vendor 2020-01-17 06:38:43 -05:00
json.go update deps 2020-03-17 17:41:50 +02:00
loading.go Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
name_lexem.go Update vendor 2020-01-17 06:38:43 -05:00
net.go Update vendor 2020-01-17 06:38:43 -05:00
path.go Update vendor 2018-02-03 21:19:32 -05:00
post_go18.go Update vendor 2020-01-17 06:38:43 -05:00
post_go19.go Update vendor 2020-01-17 06:38:43 -05:00
pre_go18.go Update vendor 2020-01-17 06:38:43 -05:00
pre_go19.go Update vendor 2020-01-17 06:38:43 -05:00
split.go Update vendor 2020-01-17 06:38:43 -05:00
util.go update deps 2020-03-17 17:41:50 +02:00
yaml.go update deps 2020-03-17 17:41:50 +02: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