gaoyagang 94d8eabe3d fit: init project il y a 1 an
..
.editorconfig 94d8eabe3d fit: init project il y a 1 an
.gitattributes 94d8eabe3d fit: init project il y a 1 an
.gitignore 94d8eabe3d fit: init project il y a 1 an
.golangci.yml 94d8eabe3d fit: init project il y a 1 an
CODE_OF_CONDUCT.md 94d8eabe3d fit: init project il y a 1 an
LICENSE 94d8eabe3d fit: init project il y a 1 an
README.md 94d8eabe3d fit: init project il y a 1 an
convert.go 94d8eabe3d fit: init project il y a 1 an
convert_types.go 94d8eabe3d fit: init project il y a 1 an
doc.go 94d8eabe3d fit: init project il y a 1 an
file.go 94d8eabe3d fit: init project il y a 1 an
json.go 94d8eabe3d fit: init project il y a 1 an
loading.go 94d8eabe3d fit: init project il y a 1 an
name_lexem.go 94d8eabe3d fit: init project il y a 1 an
net.go 94d8eabe3d fit: init project il y a 1 an
path.go 94d8eabe3d fit: init project il y a 1 an
post_go18.go 94d8eabe3d fit: init project il y a 1 an
post_go19.go 94d8eabe3d fit: init project il y a 1 an
pre_go18.go 94d8eabe3d fit: init project il y a 1 an
pre_go19.go 94d8eabe3d fit: init project il y a 1 an
split.go 94d8eabe3d fit: init project il y a 1 an
util.go 94d8eabe3d fit: init project il y a 1 an
yaml.go 94d8eabe3d fit: init project il y a 1 an

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