10 lines
83 B
Go
10 lines
83 B
Go
package header
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestHeader(t *testing.T) {
|
|
t.Skip()
|
|
}
|