dependabot[bot] f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
..
.editorconfig 1bd3cc5858 revendor 2 months ago
.gitattributes 1bd3cc5858 revendor 2 months ago
.gitignore f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
.golangci.yml f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
BENCHMARK.md f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
CODE_OF_CONDUCT.md 1bd3cc5858 revendor 2 months ago
LICENSE 1bd3cc5858 revendor 2 months ago
README.md f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
convert.go 1bd3cc5858 revendor 2 months ago
convert_types.go 1bd3cc5858 revendor 2 months ago
doc.go 1bd3cc5858 revendor 2 months ago
file.go 1bd3cc5858 revendor 2 months ago
initialism_index.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
json.go 1bd3cc5858 revendor 2 months ago
loading.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
name_lexem.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
net.go 1bd3cc5858 revendor 2 months ago
path.go 1bd3cc5858 revendor 2 months ago
split.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
string_bytes.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
util.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago
yaml.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 months ago

README.md

Swag Build Status codecov

Slack Status license Go Reference 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.v3
  • github.com/mailru/easyjson v0.7.7