Skip to content

Commit

Permalink
Fixed imports for appengine/cloudsql (#700)
Browse files Browse the repository at this point in the history
* Fixed broken import for appengine/cloudsql

appengine.go
import path of appengine/cloudsql has changed to google.golang.org/appengine/cloudsql - Fixed.

* Added my name to the AUTHORS
  • Loading branch information
rrbrussell authored and julienschmidt committed Nov 17, 2017
1 parent 370fec2 commit cd4cb90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -60,6 +60,7 @@ Paul Bonser <misterpib at gmail.com>
Peter Schultz <peter.schultz at classmarkets.com>
Rebecca Chin <rchin at pivotal.io>
Runrioter Wung <runrioter at gmail.com>
Robert Russell <robert at rrbrussell.com>
Shuode Li <elemount at qq.com>
Soroush Pour <me at soroushjp.com>
Stan Putrya <root.vagner at gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion appengine.go
Expand Up @@ -11,7 +11,7 @@
package mysql

import (
"appengine/cloudsql"
"google.golang.org/appengine/cloudsql"
)

func init() {
Expand Down

0 comments on commit cd4cb90

Please sign in to comment.