aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aws/smithy-go/logging/ya.make
blob: 4ff70a2b29f29ac90dba8efc82cdc9764eb2cb7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    logger.go
)

GO_XTEST_SRCS(logger_test.go)

END()

RECURSE(
    gotest
)