Fixup
This commit is contained in:
parent
8ab8c110c1
commit
2b04c03165
Binary file not shown.
4
main.go
4
main.go
|
@ -82,7 +82,9 @@ func uploadFile(filename string) (string, error) {
|
||||||
return "", fmt.Errorf("failed to read response: %w", err)
|
return "", fmt.Errorf("failed to read response: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return string(urlBytes), nil
|
url := string(urlBytes)
|
||||||
|
log.Printf("Received URL: %s", url)
|
||||||
|
return url, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func installContextMenuItem() {
|
func installContextMenuItem() {
|
||||||
|
|
Loading…
Reference in New Issue