diff options
Diffstat (limited to 'vendor/github.com/markbates/goth/doc.go')
-rw-r--r-- | vendor/github.com/markbates/goth/doc.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/markbates/goth/doc.go b/vendor/github.com/markbates/goth/doc.go new file mode 100644 index 0000000000..d0bec281c1 --- /dev/null +++ b/vendor/github.com/markbates/goth/doc.go @@ -0,0 +1,10 @@ +/* +Package goth provides a simple, clean, and idiomatic way to write authentication +packages for Go web applications. + +This package was inspired by https://github.com/intridea/omniauth. + +See the examples folder for a working application that lets users authenticate +through Twitter or Facebook. +*/ +package goth |