go-ssb-room/internal/devtools/stringer.go

13 lines
221 B
Go

// SPDX-FileCopyrightText: 2021 The NGI Pointer Secure-Scuttlebutt Team of 2020/2021
//
// SPDX-License-Identifier: MIT
//go:build tools
// +build tools
package devtools
import (
_ "golang.org/x/tools/cmd/stringer"
)