testing clues
This commit is contained in:
parent
13a8c72f28
commit
62459cf310
@ -4,7 +4,7 @@ go 1.19
|
||||
|
||||
require (
|
||||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0
|
||||
github.com/alcionai/clues v0.0.0-20230217203352-c3714e5e9013
|
||||
github.com/alcionai/clues v0.0.0-20230224004910-3828446fb8df
|
||||
github.com/aws/aws-sdk-go v1.44.207
|
||||
github.com/aws/aws-xray-sdk-go v1.8.0
|
||||
github.com/cenkalti/backoff/v4 v4.2.0
|
||||
|
||||
@ -54,6 +54,8 @@ github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpH
|
||||
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo=
|
||||
github.com/alcionai/clues v0.0.0-20230217203352-c3714e5e9013 h1:WWQ6E8hnoITmc/adlEySSVo3SOVvo1xhJKO08A1YPYY=
|
||||
github.com/alcionai/clues v0.0.0-20230217203352-c3714e5e9013/go.mod h1:DeaMbAwDvYM6ZfPMR/GUl3hceqI5C8jIQ1lstjB2IW8=
|
||||
github.com/alcionai/clues v0.0.0-20230224004910-3828446fb8df h1:Wm/sT0e+IDqZ24vNFD0Yw/WSCOS9pqecrXjworAlHXw=
|
||||
github.com/alcionai/clues v0.0.0-20230224004910-3828446fb8df/go.mod h1:DeaMbAwDvYM6ZfPMR/GUl3hceqI5C8jIQ1lstjB2IW8=
|
||||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
||||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
||||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
||||
|
||||
13
src/test/testy.go
Normal file
13
src/test/testy.go
Normal file
@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/alcionai/clues"
|
||||
)
|
||||
|
||||
func Do() {
|
||||
fmt.Println("test - before -", clues.Conceal("hello"))
|
||||
clues.SetProtection(clues.NoProtection())
|
||||
fmt.Println("test - after -", clues.Conceal("hello"))
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user