mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
tools: version tools in tools.go
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
70ca69f6bc
commit
33fbac87fb
8 changed files with 124 additions and 3 deletions
14
hack/tools/tools.go
Normal file
14
hack/tools/tools.go
Normal file
|
@ -0,0 +1,14 @@
|
|||
//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"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue