DEBSOURCES
Skip Quicknav
sources / aws-nuke / 2.16.0-1 / tools / tools.go
12345678
// +build tools package main // https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module import ( _ "github.com/golang/mock/mockgen" )