Skip to content

Commit

Permalink
snapshot: start adding code to export current campus
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Nov 22, 2021
1 parent eb49bb1 commit 32401cb
Show file tree
Hide file tree
Showing 205 changed files with 273,009 additions and 100 deletions.
803 changes: 803 additions & 0 deletions campus/current.go

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ go 1.16

require (
github.com/aaronland/go-roster v0.0.2
github.com/aaronland/go-sqlite v0.1.0
github.com/paulmach/orb v0.4.0
github.com/sfomuseum/go-sfomuseum-reader v0.0.1
github.com/tidwall/gjson v1.11.0
github.com/whosonfirst/go-reader v0.9.1
github.com/whosonfirst/go-whosonfirst-feature v0.0.17
github.com/whosonfirst/go-whosonfirst-iterate/v2 v2.0.1
github.com/whosonfirst/go-whosonfirst-sqlite-features v0.9.3
github.com/whosonfirst/go-whosonfirst-sqlite-features-index v1.4.5
github.com/whosonfirst/go-whosonfirst-sqlite-index v1.1.2 // indirect
github.com/whosonfirst/go-whosonfirst-sqlite-index/v2 v2.0.0
github.com/whosonfirst/go-whosonfirst-uri v1.1.0
)
133 changes: 133 additions & 0 deletions go.sum

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions vendor/github.com/aaronland/go-sqlite/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/github.com/aaronland/go-sqlite/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
7 changes: 7 additions & 0 deletions vendor/github.com/aaronland/go-sqlite/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 118 additions & 0 deletions vendor/github.com/aaronland/go-sqlite/database/database.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/aaronland/go-sqlite/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/aaronland/go-sqlite/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

150 changes: 150 additions & 0 deletions vendor/github.com/aaronland/go-sqlite/sqlite.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/mattn/go-sqlite3/.codecov.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions vendor/github.com/mattn/go-sqlite3/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 32401cb

Please sign in to comment.