mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
9 lines
76 B
Go
9 lines
76 B
Go
package session
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestSetPerm(t *testing.T) {
|
|
|
|
}
|