Rename (*KnownHosts).Load to LoadDefault
This commit is contained in:
parent
0bac966b23
commit
4770ad9112
14
doc.go
14
doc.go
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
Package gmi implements the Gemini protocol.
|
Package gmi implements the Gemini protocol.
|
||||||
|
|
||||||
Send makes a Gemini request:
|
Send makes a Gemini request with the default client:
|
||||||
|
|
||||||
req := gmi.NewRequest("gemini://example.com")
|
req := gmi.NewRequest("gemini://example.com")
|
||||||
resp, err := gmi.Send(req)
|
resp, err := gmi.Send(req)
|
||||||