1
0
mirror of https://github.com/moby/buildkit.git synced 2025-07-27 16:41:49 +03:00

go fmt: add //go:build

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-10-28 13:26:43 +02:00
parent 4b86211bed
commit 54b8ff2fc8
79 changed files with 79 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package cache