mirror of https://github.com/status-im/go-waku.git
10 lines
199 B
Go
10 lines
199 B
Go
|
//go:build tools
|
||
|
// +build tools
|
||
|
|
||
|
// tools is a dummy package that will be ignored for builds, but included for dependencies
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "github.com/gogo/protobuf/protoc-gen-gofast"
|
||
|
)
|