10 lines
115 B
Go
10 lines
115 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
// test that the example package compiles
|
||
|
func TestCompiles(t *testing.T) {
|
||
|
}
|