blob: ec7a282671e00ad501660c7e72f6daa0eb370d86 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
GO_LIBRARY()
LICENSE(BSD-3-Clause)
SRCS(
clientauth.go
sts_exchange.go
)
GO_TEST_SRCS(
clientauth_test.go
sts_exchange_test.go
)
END()
RECURSE(
gotest
)
|