10 lines
76 B
Go
10 lines
76 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestHelloWorld(t *testing.T) {
|
|
|
|
}
|