a lodda changes my guy
This commit is contained in:
3
cache.go
3
cache.go
@@ -8,11 +8,11 @@ import (
|
||||
"fmt"
|
||||
"github.com/diamondburned/gotk4/pkg/gdk/v4"
|
||||
"github.com/diamondburned/gotk4/pkg/gtk/v4"
|
||||
"github.com/kirsle/configdir"
|
||||
"io"
|
||||
"net/http"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"github.com/kirsle/configdir"
|
||||
)
|
||||
|
||||
// global or app-level map/cache
|
||||
@@ -105,7 +105,6 @@ func newImageFromWeb(url string) *gtk.Image {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
fullpath := filepath.Join(pa, sum)
|
||||
|
||||
// step 3: save it
|
||||
|
||||
Reference in New Issue
Block a user