-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Namespace the proto packages so we can run both v1 and v2 at the same…
… time
- Loading branch information
Showing
6 changed files
with
915 additions
and
909 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
* Install protobuf: https://github.com/protocolbuffers/protobuf | ||
* Install the Go plugin: go get -u google.golang.org/protobuf/cmd/protoc-gen-go | ||
* protoc --go_opt=Membedded_sass_v1.proto=github.com/bep/godartsass/internal/embeddedsassv1 --go_opt=paths=source_relative --go_out=. embedded_sass_v1.proto |
Oops, something went wrong.