周玉环 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