cmd/ski: update display mode
This commit is contained in:
@@ -33,7 +33,6 @@ func parseURL(host string) (string, int, error) {
|
||||
// OK
|
||||
default:
|
||||
return "", 0, errors.New("certlib/hosts: only https scheme supported")
|
||||
|
||||
}
|
||||
|
||||
if url.Port() == "" {
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
package hosts_test
|
||||
|
||||
import (
|
||||
"git.wntrmute.dev/kyle/goutils/certlib/hosts"
|
||||
"testing"
|
||||
|
||||
"git.wntrmute.dev/kyle/goutils/certlib/hosts"
|
||||
)
|
||||
|
||||
type testCase struct {
|
||||
|
||||
Reference in New Issue
Block a user