You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/vendor/github.com/go-openapi/swag
CrazyMax cfa6b4f7c8
vendor: bump k8s to v0.25.4
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2 years ago
..
.editorconfig vendor: bump k8s to v0.25.4 2 years ago
.gitignore vendor: bump k8s to v0.25.4 2 years ago
.golangci.yml vendor: bump k8s to v0.25.4 2 years ago
.travis.yml vendor: bump k8s to v0.25.4 2 years ago
CODE_OF_CONDUCT.md vendor: bump k8s to v0.25.4 2 years ago
LICENSE vendor: bump k8s to v0.25.4 2 years ago
README.md vendor: bump k8s to v0.25.4 2 years ago
convert.go vendor: bump k8s to v0.25.4 2 years ago
convert_types.go vendor: bump k8s to v0.25.4 2 years ago
doc.go vendor: bump k8s to v0.25.4 2 years ago
json.go vendor: bump k8s to v0.25.4 2 years ago
loading.go vendor: bump k8s to v0.25.4 2 years ago
name_lexem.go vendor: bump k8s to v0.25.4 2 years ago
net.go vendor: bump k8s to v0.25.4 2 years ago
path.go vendor: bump k8s to v0.25.4 2 years ago
post_go18.go vendor: bump k8s to v0.25.4 2 years ago
post_go19.go vendor: bump k8s to v0.25.4 2 years ago
pre_go18.go vendor: bump k8s to v0.25.4 2 years ago
pre_go19.go vendor: bump k8s to v0.25.4 2 years ago
split.go vendor: bump k8s to v0.25.4 2 years ago
util.go vendor: bump k8s to v0.25.4 2 years ago
yaml.go vendor: bump k8s to v0.25.4 2 years ago

README.md

Swag Build Status codecov Slack Status

license GoDoc 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