mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-18 10:57:13 -05:00
15 lines
191 B
Go
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"
|
||
|
)
|