mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Switch from govendor to go modules. (#587)
Thanks to @BenoitKnecht for leading the way on this.
This commit is contained in:
5
vendor/github.com/google/go-github/github/with_appengine.go
generated
vendored
5
vendor/github.com/google/go-github/github/with_appengine.go
generated
vendored
@ -6,11 +6,6 @@
|
||||
// +build appengine
|
||||
|
||||
// This file provides glue for making github work on App Engine.
|
||||
// In order to get the entire github package to compile with
|
||||
// Go 1.6, you will need to rewrite all the import "context" lines.
|
||||
// Fortunately, this is easy with "gofmt":
|
||||
//
|
||||
// gofmt -w -r '"context" -> "golang.org/x/net/context"' *.go
|
||||
|
||||
package github
|
||||
|
||||
|
Reference in New Issue
Block a user