12 lines
99 B
Go
12 lines
99 B
Go
package controllers
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestRand(t *testing.T) {
|
|
|
|
println("schedule")
|
|
|
|
}
|