10 lines
77 B
Smarty
10 lines
77 B
Smarty
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMain(t *testing.T) {
|
|
main()
|
|
}
|