9 lines
76 B
Go
9 lines
76 B
Go
package session
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestSetPerm(t *testing.T) {
|
|
|
|
}
|