mirror of
https://github.com/harness/drone.git
synced 2025-05-07 00:32:56 +08:00
10 lines
76 B
Go
10 lines
76 B
Go
package session
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestSetPerm(t *testing.T) {
|
|
|
|
}
|