index
:
gocryptfs
570
LockSharedStorage
LockSharedStorage_rebase1
allow_other
codeql
dependabot
det
e19bdependabot/go_modules/golang.org/x/crypto-0.31.0
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.bash
blob: 976bb025469fbdcc83146dde3acf8bd2dc5297b5 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash set -eux for i in ./cryptfs . do go build $i go test $i done