7 lines
164 B
Go
7 lines
164 B
Go
package handlers
|
|
|
|
import "testing"
|
|
|
|
// TestImportHandlerSanity is a minimal sanity test to ensure this file compiles.
|
|
func TestImportHandlerSanity(t *testing.T) {}
|