11 lines
101 B
Go
11 lines
101 B
Go
package controller
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
// controller test
|
|
func TestController(t *testing.T) {
|
|
|
|
}
|