error-pages/internal/http/handlers/index/handler_test.go
2021-10-06 22:38:00 +05:00

8 lines
137 B
Go

package index_test
import "testing"
func TestNothing(t *testing.T) {
t.Skip("tests for this package have not been implemented yet")
}