longping d9e6e61923 first commit 1 سال پیش
..
.editorconfig d9e6e61923 first commit 1 سال پیش
.gitattributes d9e6e61923 first commit 1 سال پیش
.gitignore d9e6e61923 first commit 1 سال پیش
.golangci.yml d9e6e61923 first commit 1 سال پیش
CODE_OF_CONDUCT.md d9e6e61923 first commit 1 سال پیش
LICENSE d9e6e61923 first commit 1 سال پیش
README.md d9e6e61923 first commit 1 سال پیش
convert.go d9e6e61923 first commit 1 سال پیش
convert_types.go d9e6e61923 first commit 1 سال پیش
doc.go d9e6e61923 first commit 1 سال پیش
file.go d9e6e61923 first commit 1 سال پیش
json.go d9e6e61923 first commit 1 سال پیش
loading.go d9e6e61923 first commit 1 سال پیش
name_lexem.go d9e6e61923 first commit 1 سال پیش
net.go d9e6e61923 first commit 1 سال پیش
path.go d9e6e61923 first commit 1 سال پیش
post_go18.go d9e6e61923 first commit 1 سال پیش
post_go19.go d9e6e61923 first commit 1 سال پیش
pre_go18.go d9e6e61923 first commit 1 سال پیش
pre_go19.go d9e6e61923 first commit 1 سال پیش
split.go d9e6e61923 first commit 1 سال پیش
util.go d9e6e61923 first commit 1 سال پیش
yaml.go d9e6e61923 first commit 1 سال پیش

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