aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/cloud.google.com/go/compute/metadata/ya.make
blob: 7c7b63b8cf040ae96d7114c9a6bdeba1c86d83bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    metadata.go
    retry.go
)

IF (OS_LINUX)
    SRCS(retry_linux.go)
ENDIF()

END()

RECURSE(internal)