peridot/vendor/github.com/go-openapi/swag
2022-07-07 22:13:21 +02:00
..
.editorconfig Initial commit 2022-07-07 22:13:21 +02:00
.gitignore Initial commit 2022-07-07 22:13:21 +02:00
.golangci.yml Initial commit 2022-07-07 22:13:21 +02:00
.travis.yml Initial commit 2022-07-07 22:13:21 +02:00
BUILD.bazel Initial commit 2022-07-07 22:13:21 +02:00
CODE_OF_CONDUCT.md Initial commit 2022-07-07 22:13:21 +02:00
convert_types.go Initial commit 2022-07-07 22:13:21 +02:00
convert.go Initial commit 2022-07-07 22:13:21 +02:00
doc.go Initial commit 2022-07-07 22:13:21 +02:00
go.mod Initial commit 2022-07-07 22:13:21 +02:00
go.sum Initial commit 2022-07-07 22:13:21 +02:00
json.go Initial commit 2022-07-07 22:13:21 +02:00
LICENSE Initial commit 2022-07-07 22:13:21 +02:00
loading.go Initial commit 2022-07-07 22:13:21 +02:00
name_lexem.go Initial commit 2022-07-07 22:13:21 +02:00
net.go Initial commit 2022-07-07 22:13:21 +02:00
path.go Initial commit 2022-07-07 22:13:21 +02:00
post_go18.go Initial commit 2022-07-07 22:13:21 +02:00
post_go19.go Initial commit 2022-07-07 22:13:21 +02:00
pre_go18.go Initial commit 2022-07-07 22:13:21 +02:00
pre_go19.go Initial commit 2022-07-07 22:13:21 +02:00
README.md Initial commit 2022-07-07 22:13:21 +02:00
split.go Initial commit 2022-07-07 22:13:21 +02:00
util.go Initial commit 2022-07-07 22:13:21 +02:00
yaml.go Initial commit 2022-07-07 22:13:21 +02:00

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