Skip to content

Commit

Permalink
trim
Browse files Browse the repository at this point in the history
  • Loading branch information
cl1337 committed Oct 5, 2018
1 parent bd91c8c commit f69a39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/resolve_i64/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func main() {
meta := &Meta{}

s := strings.TrimSuffix(thriftFile, ".thrift")
//s = strings.Replace(s, "/idl/", "/build/gen-code/", 1)
s = strings.Replace(s, stripPath, "/build/gen-code/", 1)
meta.PackageName = filepath.Base(s)

Expand Down

0 comments on commit f69a39b

Please sign in to comment.