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

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