constellation/hack/tools/tools.go
Paul Meyer 33fbac87fb tools: version tools in tools.go
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-03-16 04:39:45 -04:00

15 lines
191 B
Go

//go:build tools
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
package main
import (
_ "github.com/katexochen/sh/v3/cmd/shfmt"
_ "mvdan.cc/gofumpt"
)