caching/vendor/github.com/go-openapi/swag
Matt Moore 08192258fa
[master] Auto-update dependencies (#265)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-05 08:53:44 -07:00
..
.editorconfig Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
.gitignore [master] Auto-update dependencies (#261) 2020-04-29 09:02:42 -07:00
.golangci.yml Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
.travis.yml Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
CODE_OF_CONDUCT.md Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
LICENSE Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
README.md Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
convert.go [master] Auto-update dependencies (#265) 2020-05-05 08:53:44 -07:00
convert_types.go [master] Auto-update dependencies (#265) 2020-05-05 08:53:44 -07:00
doc.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
go.mod [master] Auto-update dependencies (#265) 2020-05-05 08:53:44 -07:00
go.sum [master] Auto-update dependencies (#265) 2020-05-05 08:53:44 -07:00
json.go [master] Auto-update dependencies (#265) 2020-05-05 08:53:44 -07:00
loading.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
name_lexem.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
net.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
path.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
post_go18.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
post_go19.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
pre_go18.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
pre_go19.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
split.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
util.go [master] Auto-update dependencies (#261) 2020-04-29 09:02:42 -07:00
yaml.go [master] Auto-update dependencies (#261) 2020-04-29 09:02:42 -07: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