forked from Mirrors/oauth2
Adding TODO to remove dummy tests after go1.4.
This commit is contained in:
parent
cb989650ab
commit
0221bdd0c9
|
@ -9,6 +9,8 @@ import (
|
||||||
"github.com/golang/oauth2"
|
"github.com/golang/oauth2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO(jbd): Remove after Go 1.4.
|
||||||
|
// Related to https://codereview.appspot.com/107320046
|
||||||
func TestA(t *testing.T) {}
|
func TestA(t *testing.T) {}
|
||||||
|
|
||||||
func Example_config() {
|
func Example_config() {
|
||||||
|
|
|
@ -11,6 +11,8 @@ import (
|
||||||
"google.golang.org/appengine"
|
"google.golang.org/appengine"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Remove after Go 1.4.
|
||||||
|
// Related to https://codereview.appspot.com/107320046
|
||||||
func TestA(t *testing.T) {}
|
func TestA(t *testing.T) {}
|
||||||
|
|
||||||
func Example_webServer() {
|
func Example_webServer() {
|
||||||
|
|
Loading…
Reference in New Issue