Skip to content

Commit

Permalink
first version
Browse files Browse the repository at this point in the history
  • Loading branch information
junedev committed Sep 10, 2019
1 parent 51d4ee5 commit d9894f3
Show file tree
Hide file tree
Showing 233 changed files with 31,940 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# External dependencies
vendor

debug
66 changes: 66 additions & 0 deletions Gopkg.lock

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

17 changes: 17 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.


[[constraint]]
branch = "master"
name = "github.com/antihax/optional"

[[constraint]]
branch = "master"
name = "golang.org/x/oauth2"

[prune]
go-tests = true
unused-packages = true
239 changes: 237 additions & 2 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit d9894f3

Please sign in to comment.