generate.go 267 B

12345678
  1. // Copyright (C) 2015 The GoHBase Authors. All rights reserved.
  2. // This file is part of GoHBase.
  3. // Use of this source code is governed by the Apache License 2.0
  4. // that can be found in the COPYING file.
  5. package pb
  6. //go:generate sh -c "protoc --go_out=. *.proto"