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

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