diff options
Diffstat (limited to 'runsc/boot/pprof/pprof.go')
-rw-r--r-- | runsc/boot/pprof/pprof.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runsc/boot/pprof/pprof.go b/runsc/boot/pprof/pprof.go index 1ded20dee..36b78ad86 100644 --- a/runsc/boot/pprof/pprof.go +++ b/runsc/boot/pprof/pprof.go @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build go1.1 +// +build go1.1 + // Package pprof provides a stub to initialize custom profilers. package pprof |