Add types

This commit is contained in:
2024-11-05 23:22:38 +01:00
parent a0fb036da5
commit fd8395fec1
5 changed files with 31 additions and 23 deletions

View File

@@ -28,3 +28,7 @@ func FetchFull(url string) (string, error) {
return string(body), nil
}
func FetchDocs(url string) (string, error) {
return "", nil
}