Add types
This commit is contained in:
@@ -28,3 +28,7 @@ func FetchFull(url string) (string, error) {
|
||||
|
||||
return string(body), nil
|
||||
}
|
||||
|
||||
func FetchDocs(url string) (string, error) {
|
||||
return "", nil
|
||||
}
|
Reference in New Issue
Block a user