pcm-modelarts/vendor/github.com/go-openapi/swag
qiwang 82e6f25c16 add modelarts reasoning 2024-06-20 11:21:42 +08:00
..
.editorconfig fix 2023-10-24 08:58:37 +08:00
.gitattributes fix 2023-10-24 08:58:37 +08:00
.gitignore add modelarts reasoning 2024-06-20 11:21:42 +08:00
.golangci.yml add modelarts reasoning 2024-06-20 11:21:42 +08:00
CODE_OF_CONDUCT.md fix 2023-10-24 08:58:37 +08:00
LICENSE fix 2023-10-24 08:58:37 +08:00
README.md add modelarts reasoning 2024-06-20 11:21:42 +08:00
convert.go fix 2023-10-24 08:58:37 +08:00
convert_types.go fix 2023-10-24 08:58:37 +08:00
doc.go fix 2023-10-24 08:58:37 +08:00
file.go fix 2023-10-24 08:58:37 +08:00
json.go fix 2023-10-24 08:58:37 +08:00
loading.go add modelarts reasoning 2024-06-20 11:21:42 +08:00
name_lexem.go add modelarts reasoning 2024-06-20 11:21:42 +08:00
net.go fix 2023-10-24 08:58:37 +08:00
path.go fix 2023-10-24 08:58:37 +08:00
split.go add modelarts reasoning 2024-06-20 11:21:42 +08:00
util.go add modelarts reasoning 2024-06-20 11:21:42 +08:00
yaml.go add modelarts reasoning 2024-06-20 11:21:42 +08:00

README.md

Swag Build Status codecov

Slack Status license Go Reference 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.v3
  • github.com/mailru/easyjson v0.7.7