DockerCLI/vendor/github.com/docker/swarmkit/api/README.md

9 lines
272 B
Markdown
Raw Normal View History

### Notice
Do not change .pb.go files directly. You need to change the corresponding .proto files and run the following command to regenerate the .pb.go files.
```
$ make generate
```
Click [here](https://github.com/google/protobuf) for more information about protobuf.