#8 Finalization RequestUpdate and RequestClose.
This commit is contained in:
@@ -163,7 +163,6 @@ func Query(modpath string, cached bool) (*Module, bool, error) {
|
||||
// cached sets the Disable-Module-Fetch: true header
|
||||
func Latest(modpath string, cached bool) (*Module, error) {
|
||||
latest, ok, err := Query(modpath, cached)
|
||||
fmt.Println("latest: ", latest)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user