9 lines
267 B
Go
9 lines
267 B
Go
// Copyright (C) 2015 The GoHBase Authors. All rights reserved.
|
|
// This file is part of GoHBase.
|
|
// Use of this source code is governed by the Apache License 2.0
|
|
// that can be found in the COPYING file.
|
|
|
|
package pb
|
|
|
|
//go:generate sh -c "protoc --go_out=. *.proto"
|