blob: 04c574874d23097d4bc1142aca149f01be9a9d43 [file] [log] [blame]
// +build randomtag
package main
import (
"fmt"
"testing"
)
// TestMe
func TestMe(t *testing.T) {
fmt.Println("Tests passed!")
}