2015-08-18 05:57:27 +05:30
|
|
|
package schema
|
|
|
|
|
|
|
|
// This file exists to ensure Godep manages a vendored copy of the
|
|
|
|
// `google-api-go-generator` library, used by the 'generate' script.
|
|
|
|
// Unfortunately since this is a binary package and hence is not importable, we
|
2016-01-26 09:47:34 +05:30
|
|
|
// need to trick godep into managing it by providing an import statement.
|
2015-08-18 05:57:27 +05:30
|
|
|
|
2016-01-26 09:47:34 +05:30
|
|
|
// This file is not expected to build.
|
|
|
|
|
|
|
|
import _ "google.golang.org/api/google-api-go-generator"
|