longping d9e6e61923 first commit 1 gadu atpakaļ
..
.editorconfig d9e6e61923 first commit 1 gadu atpakaļ
.gitattributes d9e6e61923 first commit 1 gadu atpakaļ
.gitignore d9e6e61923 first commit 1 gadu atpakaļ
.golangci.yml d9e6e61923 first commit 1 gadu atpakaļ
CODE_OF_CONDUCT.md d9e6e61923 first commit 1 gadu atpakaļ
LICENSE d9e6e61923 first commit 1 gadu atpakaļ
README.md d9e6e61923 first commit 1 gadu atpakaļ
convert.go d9e6e61923 first commit 1 gadu atpakaļ
convert_types.go d9e6e61923 first commit 1 gadu atpakaļ
doc.go d9e6e61923 first commit 1 gadu atpakaļ
file.go d9e6e61923 first commit 1 gadu atpakaļ
json.go d9e6e61923 first commit 1 gadu atpakaļ
loading.go d9e6e61923 first commit 1 gadu atpakaļ
name_lexem.go d9e6e61923 first commit 1 gadu atpakaļ
net.go d9e6e61923 first commit 1 gadu atpakaļ
path.go d9e6e61923 first commit 1 gadu atpakaļ
post_go18.go d9e6e61923 first commit 1 gadu atpakaļ
post_go19.go d9e6e61923 first commit 1 gadu atpakaļ
pre_go18.go d9e6e61923 first commit 1 gadu atpakaļ
pre_go19.go d9e6e61923 first commit 1 gadu atpakaļ
split.go d9e6e61923 first commit 1 gadu atpakaļ
util.go d9e6e61923 first commit 1 gadu atpakaļ
yaml.go d9e6e61923 first commit 1 gadu atpakaļ

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