mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 08:23:48 +02:00
10 lines
76 B
Go
10 lines
76 B
Go
package session
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestSetPerm(t *testing.T) {
|
|
|
|
}
|