validate

(★ 145)

openapi toolkit validation helpers

  • .editorconfig
  • .gitattributes
  • .gitignore
  • .golangci.yml
  • AGENTS.md
  • benchmark_test.go
  • CODE_OF_CONDUCT.md
  • context.go
  • context_test.go
  • CONTRIBUTORS.md
  • debug.go
  • debug_test.go
  • default_validator.go
  • default_validator_test.go
  • deterministic_test.go
  • doc.go
  • doc_test.go
  • error_location_test.go
  • example_validator.go
  • example_validator_test.go
  • formats.go
  • formats_test.go
  • go.mod
  • go.sum
  • helpers.go
  • helpers_test.go
  • items_validator_test.go
  • jsonschema_test.go
  • LICENSE
  • messages_test.go
  • object_validator.go
  • object_validator_test.go
  • options.go
  • options_test.go
  • param_locations.go
  • param_locations_test.go
  • parameter_validator_test.go
  • path.go
  • path_test.go
  • pointer_conformance_test.go
  • pointer_resolution_test.go
  • pools.go
  • pools_leak_test.go
  • pools_test.go
  • README.md
  • ref_locations.go
  • ref_locations_test.go
  • ref_redirects.go
  • ref_redirects_test.go
  • required_walk.go
  • required_walk_test.go
  • resolvable.go
  • resolvable_test.go
  • result.go
  • result_location_test.go
  • result_test.go
  • rexp.go
  • rexp_test.go
  • schema.go
  • schema_loader_test.go
  • schema_messages.go
  • schema_option.go
  • schema_option_test.go
  • schema_props.go
  • schema_props_test.go
  • schema_test.go
  • SECURITY.md
  • slice_validator.go
  • slice_validator_test.go
  • sorted.go
  • spec.go
  • spec_messages.go
  • spec_ref_warnings.go
  • spec_ref_warnings_test.go
  • spec_test.go
  • swagger_test.go
  • type.go
  • type_test.go
  • validator.go
  • validator_test.go
  • values.go
  • values_test.go

# 설치 가이드

1. 코드 내려받기
git clone https://github.com/go-openapi/validate

깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.

cd validate

방금 내려받은 프로젝트 폴더 안으로 이동합니다.

2. Go

보통 추천
사전 준비물
  • Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
  • Go Go 언어 컴파일러 및 도구 모음입니다.
go build ./...

Go 프로그램을 컴파일해 실행 파일을 만듭니다.

go run .

따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.

빌드가 에러 없이 끝나면 성공입니다. go run . 을 썼다면 터미널 출력을 확인하세요.
// repository documentation