周玉环 d906a41c2e first commit 2 天之前
..
.editorconfig d906a41c2e first commit 2 天之前
.gitignore d906a41c2e first commit 2 天之前
.golangci.yml d906a41c2e first commit 2 天之前
.travis.yml d906a41c2e first commit 2 天之前
CODE_OF_CONDUCT.md d906a41c2e first commit 2 天之前
LICENSE d906a41c2e first commit 2 天之前
README.md d906a41c2e first commit 2 天之前
convert.go d906a41c2e first commit 2 天之前
convert_types.go d906a41c2e first commit 2 天之前
doc.go d906a41c2e first commit 2 天之前
json.go d906a41c2e first commit 2 天之前
loading.go d906a41c2e first commit 2 天之前
name_lexem.go d906a41c2e first commit 2 天之前
net.go d906a41c2e first commit 2 天之前
path.go d906a41c2e first commit 2 天之前
post_go18.go d906a41c2e first commit 2 天之前
post_go19.go d906a41c2e first commit 2 天之前
pre_go18.go d906a41c2e first commit 2 天之前
pre_go19.go d906a41c2e first commit 2 天之前
split.go d906a41c2e first commit 2 天之前
util.go d906a41c2e first commit 2 天之前
yaml.go d906a41c2e first commit 2 天之前

README.md

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