peridot/vendor/github.com/go-openapi/swag
Mustafa Gezen ad0f7a5305
Major upgrades
Upgrade to Go 1.20.5, Hydra v2 SDK, rules-go v0.44.2 (with proper resolves), protobuf v25.3 and mass upgrade of Go dependencies.
2024-03-17 08:06:08 +01:00
..
.editorconfig Initial commit 2022-07-07 22:13:21 +02:00
.gitattributes Major upgrades 2024-03-17 08:06:08 +01:00
.gitignore Initial commit 2022-07-07 22:13:21 +02:00
.golangci.yml Major upgrades 2024-03-17 08:06:08 +01:00
BUILD.bazel Major upgrades 2024-03-17 08:06:08 +01: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 Major upgrades 2024-03-17 08:06:08 +01:00
file.go Major upgrades 2024-03-17 08:06:08 +01: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 Major upgrades 2024-03-17 08:06:08 +01: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 Major upgrades 2024-03-17 08:06:08 +01:00
post_go19.go Major upgrades 2024-03-17 08:06:08 +01:00
pre_go18.go Major upgrades 2024-03-17 08:06:08 +01:00
pre_go19.go Major upgrades 2024-03-17 08:06:08 +01: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 Major upgrades 2024-03-17 08:06:08 +01:00
yaml.go Major upgrades 2024-03-17 08:06:08 +01: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