gavalink/example/example_test.go

10 lines
115 B
Go
Raw Normal View History

2018-11-05 22:32:43 +00:00
package main
import (
"testing"
)
// test that the example package compiles
func TestCompiles(t *testing.T) {
}