SandpointsGitHook/vendor/github.com/bep/godartsass/internal/embeddedsass
2021-03-20 23:21:23 +01:00
..
embedded_sass.pb.go new vendor... 2021-03-20 23:21:23 +01:00
embedded_sass.proto new vendor... 2021-03-20 23:21:23 +01:00
README.md new vendor... 2021-03-20 23:21:23 +01:00

* Install protobuf: https://github.com/protocolbuffers/protobuf
* Install the Go plugin: go get -u google.golang.org/protobuf/cmd/protoc-gen-go
* Download the correct version of the proto file: https://github.com/sass/embedded-protocol/blob/master/embedded_sass.proto
* protoc --go_out=. embedded_sass.proto
* Fix package name in embedded_sass.pb.go (TODO(bep))