Skip to content

Commit

Permalink
Change import path
Browse files Browse the repository at this point in the history
  • Loading branch information
damnever committed May 17, 2017
1 parent 13a616f commit a5b6336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/cpp/src/thrift/generate/t_go_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static const string endl = "\n"; // avoid ostream << std::endl flushes
bool format_go_output(const string& file_path);

const string DEFAULT_THRIFT_IMPORT = "github.com/apache/thrift/lib/go/thrift";
const string DEFAULT_THRIFT_TRACKER_IMPORT = "github.com/damnever/thrift-tracker";
const string DEFAULT_THRIFT_TRACKER_IMPORT = "github.com/eleme/thrift-tracker";
static std::string package_flag;

/**
Expand Down

0 comments on commit a5b6336

Please sign in to comment.