error-pages/internal/http/common/handlers_test.go
2021-09-29 20:38:50 +05:00

8 lines
138 B
Go

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