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

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