1
0
mirror of https://github.com/kataras/iris.git synced 2026-03-07 00:45:58 +00:00

Update examples dependencies

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-09-25 19:42:38 +03:00
parent f955489f3a
commit effb0a983b
63 changed files with 772 additions and 435 deletions

View File

@@ -2,7 +2,7 @@ package main
import (
"github.com/kataras/iris/v12"
"github.com/webview/webview"
"github.com/webview/webview_go"
)
const addr = "127.0.0.1:8080"
@@ -22,7 +22,8 @@ $ go build -o example.app/Contents/MacOS/example
$ open example.app # Or click on the app in Finder
#
# Note: if you see "use option -std=c99 or -std=gnu99 to compile your code"
# please refer to: https://github.com/webview/webview/issues/188
# please refer to: https://github.com/webview/webview/issues/188.
# New repository: https://github.com/webview/webview_go.
*/
func main() {
go runServer()