mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 19:21:46 +00:00
This is a small program used to watch app and probe running inside the container. We need to go round a few houses to be able to build it from vendor directory.
10 lines
205 B
Go
10 lines
205 B
Go
// Ensure go mod fetches files needed to build the Docker container;
|
|
// the build constraint ensures this file is ignored
|
|
// +build tools
|
|
|
|
package report
|
|
|
|
import (
|
|
_ "github.com/peterbourgon/runsvinit"
|
|
)
|