8 lines
77 B
Go
8 lines
77 B
Go
package tengo_test
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestScript(t *testing.T) {
|
|
}
|