// 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" )