github.com/tsuna/gohbase@v0.0.0-20250731002811-4ffcadfba63e/pb/generate.go (about)

     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  
     6  package pb
     7  
     8  //go:generate sh -c "protoc --go_out=. *.proto"