File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- spaceapi-validator
1+ go- spaceapi-validator
22==
33[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/gidsi/go-spaceapi-validator )] ( https://goreportcard.com/report/github.com/gidsi/go-spaceapi-validator )
44
55This is a simple library for golang to validate spaceapi specs
66
7- Right now it uses the SpaceApi spec found at https://github.com/spacedirectory/schema until the spec is moved
8-
97usage
108==
119``` go
1210package main
1311
1412import (
15- validator " github.com/gidsi /go-spaceapi-validator"
13+ validator " github.com/spaceapi-community /go-spaceapi-validator"
1614 " fmt"
1715 " strconv"
1816)
@@ -32,4 +30,4 @@ func main() {
3230
3331Todo
3432==
35- * Update schemas.go file when something is pushed into schema respository
33+ * Update schemas.go file when something is pushed into schema respository
You can’t perform that action at this time.
0 commit comments