iwita 445e0f60bf init-commit преди 5 години
..
.editorconfig 445e0f60bf init-commit преди 5 години
.gitignore 445e0f60bf init-commit преди 5 години
.golangci.yml 445e0f60bf init-commit преди 5 години
.travis.yml 445e0f60bf init-commit преди 5 години
BUILD 445e0f60bf init-commit преди 5 години
CODE_OF_CONDUCT.md 445e0f60bf init-commit преди 5 години
LICENSE 445e0f60bf init-commit преди 5 години
README.md 445e0f60bf init-commit преди 5 години
convert.go 445e0f60bf init-commit преди 5 години
convert_types.go 445e0f60bf init-commit преди 5 години
doc.go 445e0f60bf init-commit преди 5 години
go.mod 445e0f60bf init-commit преди 5 години
go.sum 445e0f60bf init-commit преди 5 години
json.go 445e0f60bf init-commit преди 5 години
loading.go 445e0f60bf init-commit преди 5 години
name_lexem.go 445e0f60bf init-commit преди 5 години
net.go 445e0f60bf init-commit преди 5 години
path.go 445e0f60bf init-commit преди 5 години
post_go18.go 445e0f60bf init-commit преди 5 години
post_go19.go 445e0f60bf init-commit преди 5 години
pre_go18.go 445e0f60bf init-commit преди 5 години
pre_go19.go 445e0f60bf init-commit преди 5 години
split.go 445e0f60bf init-commit преди 5 години
util.go 445e0f60bf init-commit преди 5 години
yaml.go 445e0f60bf init-commit преди 5 години

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