This website requires JavaScript.
Explore
Help
Sign In
public_git
/
oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
Watch
1
Star
0
Fork
You've already forked oauth2-proxy
0
Code
Issues
Projects
Releases
Wiki
Activity
9096c70e96
oauth2-proxy
/
test.sh
3 lines
65 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
go
test
-v -race
$(
go list ./...
|
grep -v /vendor/
)
Reference in New Issue
View Git Blame
Copy Permalink