mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-03 20:39:49 -05:00
This requires a further set of gofmt -s improvements to the code, but nothing major. golangci-lint 1.45.2 brings golang 1.18 support which might be needed in the future. Signed-off-by: Dirk Müller <dirk@dmllr.de>
6 lines
54 B
Go
6 lines
54 B
Go
//go:build !ctrd
|
|
|
|
package containerd
|
|
|
|
func Main() {
|
|
}
|