10 lines
140 B
Go
10 lines
140 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/UnnoTed/fileb0x"
|
|
_ "github.com/haya14busa/goverage"
|
|
_ "github.com/restic/calens"
|
|
)
|