mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
8 lines
131 B
Go
8 lines
131 B
Go
package http
|
|
|
|
import "testing"
|
|
|
|
func TestNothing(t *testing.T) {
|
|
t.Skip("tests for this package have not been implemented yet")
|
|
}
|