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