mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-12 23:04:45 +00:00
10 lines
201 B
Go
10 lines
201 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 (
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
|
)
|