File: tools.go

package info (click to toggle)
golang-go-zfs 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 212 kB
  • sloc: makefile: 17
file content (9 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
8
9
//go:build tools
// +build tools

package tools

import (
	_ "github.com/tinkerbell/lint-install"
	_ "mvdan.cc/gofumpt"
)