blob: 56130eaff2f2a0f1b4407443135a4d72a1c594bc [file] [log] [blame]
Tim Windelschmidtaea01b62024-07-17 21:31:42 +02001//go:build tools
2// +build tools
3
4package proto_docs
5
6import (
7 _ "github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc"
8)