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
Itai Schwartz c4d7f7cd9b
fix: use probe handler
Signed-off-by: Itai Schwartz <itai@tannin.io>
2 years ago
..
.editorconfig fix: use probe handler 2 years ago
.gitignore fix: use probe handler 2 years ago
.golangci.yml fix: use probe handler 2 years ago
.travis.yml fix: use probe handler 2 years ago
CODE_OF_CONDUCT.md fix: use probe handler 2 years ago
LICENSE fix: use probe handler 2 years ago
README.md fix: use probe handler 2 years ago
convert.go fix: use probe handler 2 years ago
convert_types.go fix: use probe handler 2 years ago
doc.go fix: use probe handler 2 years ago
json.go fix: use probe handler 2 years ago
loading.go fix: use probe handler 2 years ago
name_lexem.go fix: use probe handler 2 years ago
net.go fix: use probe handler 2 years ago
path.go fix: use probe handler 2 years ago
post_go18.go fix: use probe handler 2 years ago
post_go19.go fix: use probe handler 2 years ago
pre_go18.go fix: use probe handler 2 years ago
pre_go19.go fix: use probe handler 2 years ago
split.go fix: use probe handler 2 years ago
util.go fix: use probe handler 2 years ago
yaml.go fix: use probe handler 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