We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dc084 commit 61b9e31Copy full SHA for 61b9e31
README.md
@@ -41,7 +41,7 @@ func main() {
41
app.SetActivationPolicy(appkit.ApplicationActivationPolicyRegular)
42
app.ActivateIgnoringOtherApps(true)
43
44
- url := foundation.URL_URLWithString("http://progrium.com")
+ url := foundation.URL_URLWithString("https://github.com/sponsors/darwinkitdev")
45
req := foundation.NewURLRequestWithURL(url)
46
frame := foundation.Rect{Size: foundation.Size{1440, 900}}
47
0 commit comments