github.com/aristanetworks/goarista@v0.0.0-20240514173732-cca2755bbd44/lanz/proto/gen.go (about) 1 // Copyright (c) 2016 Arista Networks, Inc. 2 // Use of this source code is governed by the Apache License 2.0 3 // that can be found in the COPYING file. 4 5 package proto 6 7 // To run this command you need protobuf and the go protoc plugin: 8 // brew install protobuf --devel 9 // go get -u github.com/golang/protobuf/protoc-gen-go 10 11 //go:generate protoc --go_out=. lanz.proto