squat 1bd3cc5858 revendor 3 ماه پیش
..
.editorconfig 1bd3cc5858 revendor 2 ماه پیش
.gitattributes 1bd3cc5858 revendor 2 ماه پیش
.gitignore 1bd3cc5858 revendor 2 ماه پیش
.golangci.yml 1bd3cc5858 revendor 2 ماه پیش
CODE_OF_CONDUCT.md 1bd3cc5858 revendor 2 ماه پیش
LICENSE 1bd3cc5858 revendor 2 ماه پیش
README.md 1bd3cc5858 revendor 2 ماه پیش
convert.go 1bd3cc5858 revendor 2 ماه پیش
convert_types.go 1bd3cc5858 revendor 2 ماه پیش
doc.go 1bd3cc5858 revendor 2 ماه پیش
file.go 1bd3cc5858 revendor 2 ماه پیش
json.go 1bd3cc5858 revendor 2 ماه پیش
loading.go 1bd3cc5858 revendor 2 ماه پیش
name_lexem.go 1bd3cc5858 revendor 2 ماه پیش
net.go 1bd3cc5858 revendor 2 ماه پیش
path.go 1bd3cc5858 revendor 2 ماه پیش
post_go18.go 1bd3cc5858 revendor 2 ماه پیش
post_go19.go 1bd3cc5858 revendor 2 ماه پیش
pre_go18.go 1bd3cc5858 revendor 2 ماه پیش
pre_go19.go 1bd3cc5858 revendor 2 ماه پیش
split.go 1bd3cc5858 revendor 2 ماه پیش
util.go 1bd3cc5858 revendor 2 ماه پیش
yaml.go 1bd3cc5858 revendor 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