Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcook committed Apr 21, 2022
0 parents commit 7a976ff
Show file tree
Hide file tree
Showing 31 changed files with 2,772 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .drone.yml
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
1 change: 1 addition & 0 deletions .gitignore
128 changes: 128 additions & 0 deletions CODE_OF_CONDUCT.md
40 changes: 40 additions & 0 deletions CONTRIBUTING.md
201 changes: 201 additions & 0 deletions LICENSE
105 changes: 105 additions & 0 deletions README.md
7 changes: 7 additions & 0 deletions SECURITY.md
20 changes: 20 additions & 0 deletions base.go
339 changes: 339 additions & 0 deletions bind.go
283 changes: 283 additions & 0 deletions bind_test.go
129 changes: 129 additions & 0 deletions connector.go
62 changes: 62 additions & 0 deletions custom_bool_test.go
7 changes: 7 additions & 0 deletions doc.go
71 changes: 71 additions & 0 deletions docs/demo.go.txt
Binary file added docs/gopher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
315 changes: 315 additions & 0 deletions docs/index.html
Binary file added docs/output.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions go.mod
19 changes: 19 additions & 0 deletions go.sum
99 changes: 99 additions & 0 deletions load.go
149 changes: 149 additions & 0 deletions load_test.go
120 changes: 120 additions & 0 deletions map.go
37 changes: 37 additions & 0 deletions map_test.go
13 changes: 13 additions & 0 deletions model_hook.go
90 changes: 90 additions & 0 deletions set.go
42 changes: 42 additions & 0 deletions store.go
74 changes: 74 additions & 0 deletions store_ref_test.go
60 changes: 60 additions & 0 deletions test_test.go
224 changes: 224 additions & 0 deletions update.go
88 changes: 88 additions & 0 deletions update_test.go

0 comments on commit 7a976ff

Please sign in to comment.