jason 075d766964 first há 3 anos atrás
..
.github 075d766964 first há 3 anos atrás
.editorconfig 075d766964 first há 3 anos atrás
.gitignore 075d766964 first há 3 anos atrás
.golangci.yml 075d766964 first há 3 anos atrás
.travis.yml 075d766964 first há 3 anos atrás
CODE_OF_CONDUCT.md 075d766964 first há 3 anos atrás
LICENSE 075d766964 first há 3 anos atrás
README.md 075d766964 first há 3 anos atrás
convert.go 075d766964 first há 3 anos atrás
convert_test.go 075d766964 first há 3 anos atrás
convert_types.go 075d766964 first há 3 anos atrás
convert_types_test.go 075d766964 first há 3 anos atrás
doc.go 075d766964 first há 3 anos atrás
go.mod 075d766964 first há 3 anos atrás
go.sum 075d766964 first há 3 anos atrás
json.go 075d766964 first há 3 anos atrás
json_test.go 075d766964 first há 3 anos atrás
loading.go 075d766964 first há 3 anos atrás
loading_test.go 075d766964 first há 3 anos atrás
name_lexem.go 075d766964 first há 3 anos atrás
net.go 075d766964 first há 3 anos atrás
net_test.go 075d766964 first há 3 anos atrás
path.go 075d766964 first há 3 anos atrás
path_test.go 075d766964 first há 3 anos atrás
post_go18.go 075d766964 first há 3 anos atrás
post_go19.go 075d766964 first há 3 anos atrás
pre_go18.go 075d766964 first há 3 anos atrás
pre_go19.go 075d766964 first há 3 anos atrás
split.go 075d766964 first há 3 anos atrás
util.go 075d766964 first há 3 anos atrás
util_test.go 075d766964 first há 3 anos atrás
yaml.go 075d766964 first há 3 anos atrás
yaml_test.go 075d766964 first há 3 anos atrás

README.md

Swag Build Status codecov Slack Status

license GoDoc GolangCI 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