EdgexAgent/device-ble-go/vendor/github.com/go-openapi/swag
2025-07-10 20:40:32 +08:00
..
.editorconfig 添加gitignore 2025-07-10 20:40:32 +08:00
.gitattributes 添加gitignore 2025-07-10 20:40:32 +08:00
.gitignore 添加gitignore 2025-07-10 20:40:32 +08:00
.golangci.yml 添加gitignore 2025-07-10 20:40:32 +08:00
BENCHMARK.md 添加gitignore 2025-07-10 20:40:32 +08:00
CODE_OF_CONDUCT.md 添加gitignore 2025-07-10 20:40:32 +08:00
convert_types.go 添加gitignore 2025-07-10 20:40:32 +08:00
convert.go 添加gitignore 2025-07-10 20:40:32 +08:00
doc.go 添加gitignore 2025-07-10 20:40:32 +08:00
file.go 添加gitignore 2025-07-10 20:40:32 +08:00
initialism_index.go 添加gitignore 2025-07-10 20:40:32 +08:00
json.go 添加gitignore 2025-07-10 20:40:32 +08:00
LICENSE 添加gitignore 2025-07-10 20:40:32 +08:00
loading.go 添加gitignore 2025-07-10 20:40:32 +08:00
name_lexem.go 添加gitignore 2025-07-10 20:40:32 +08:00
net.go 添加gitignore 2025-07-10 20:40:32 +08:00
path.go 添加gitignore 2025-07-10 20:40:32 +08:00
README.md 添加gitignore 2025-07-10 20:40:32 +08:00
split.go 添加gitignore 2025-07-10 20:40:32 +08:00
string_bytes.go 添加gitignore 2025-07-10 20:40:32 +08:00
util.go 添加gitignore 2025-07-10 20:40:32 +08:00
yaml.go 添加gitignore 2025-07-10 20:40:32 +08:00

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