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

8 lines
140 B
Go

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