jeisenberg / goauth2

Automatically exported from code.google.com/p/goauth2
Other
0 stars 0 forks source link

gofmt #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Two files are currently not gofmtted:

oauth/jwt/jwt.go
oauth/jwt/example/main.go

Original issue reported on code.google.com by joshar...@gmail.com on 31 Oct 2013 at 6:18

GoogleCodeExporter commented 8 years ago
Doesn't appear to be the case for me:

$ go get code.google.com/p/goauth2/oauth
$ cd goauth2/oauth/
/Users/adg/src/code.google.com/p/goauth2/oauth
$ gofmt -d .
$

Are you sure?

Original comment by a...@golang.org on 31 Oct 2013 at 10:49

GoogleCodeExporter commented 8 years ago
Urk. User error.

Looks like goven stomps on formatting as it copies (!?). Sorry about the false 
alarm. :(

Original comment by joshar...@gmail.com on 1 Nov 2013 at 12:46

GoogleCodeExporter commented 8 years ago

Original comment by a...@golang.org on 4 Nov 2013 at 2:36