Commit c269a371 authored by Eric Chiang's avatar Eric Chiang

Merge pull request #417 from ericchiang/rm_generator_import

schema: remove generator_import file used for godep
parents b8f74b06 f6889d95
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
// need to trick godep into managing it by providing an import statement.
// This file is not expected to build.
import _ "google.golang.org/api/google-api-go-generator"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment