diff options
Diffstat (limited to 'pkg/sentry/time/sampler_amd64.go')
-rw-r--r-- | pkg/sentry/time/sampler_amd64.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/sentry/time/sampler_amd64.go b/pkg/sentry/time/sampler_amd64.go index 9f1b4b2fb..5fa1832b4 100644 --- a/pkg/sentry/time/sampler_amd64.go +++ b/pkg/sentry/time/sampler_amd64.go @@ -12,7 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -//+build amd64 +//go:build amd64 +// +build amd64 package time |