waku-org/go-waku

View on GitHub
waku/tools/tools.go

Summary

Maintainability
A
0 mins
Test Coverage
//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"
)