Get rid of hack/after-build scripts

The build is now fast enough to not need them.
This commit is contained in:
Tim Hockin 2016-05-03 22:00:27 -07:00
parent f02a0dc5c1
commit 973df9cfd8
1 changed files with 7 additions and 6 deletions

View File

@ -89,7 +89,8 @@ gen-conversion script.
3. Generate protobuf objects: 3. Generate protobuf objects:
1. Add your group to `cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go` to `New()` in the `Packages` field 1. Add your group to `cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go` to
`New()` in the `Packages` field
2. Run hack/update-generated-protobuf.sh 2. Run hack/update-generated-protobuf.sh
### Client (optional): ### Client (optional):