From 3bee70b536d7a8b3d10afc7b476773852e6350cb Mon Sep 17 00:00:00 2001 From: grngxd <36968271+grngxd@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:22:02 +0100 Subject: [PATCH] oops x2 --- README.md | 4 ++-- example/main.go | 2 +- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd7d40b..9c14362 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Build modern, cross-platform desktop apps in HTML + Go from one codebase. It use - ⚡**Fast development**: Use *ANY* web framework for your UI. Tiramisu handles all the magic of making it work, for you. ## Installation -`go install github.com/grngxd/tiramisu` +`go install git.iwakura.rip/grng/tiramisu` ## Example @@ -18,7 +18,7 @@ package main import ( "fmt" - "github.com/grngxd/tiramisu" + "git.iwakura.rip/grng/tiramisu" ) func main() { diff --git a/example/main.go b/example/main.go index 9177b22..c5bff7c 100644 --- a/example/main.go +++ b/example/main.go @@ -3,7 +3,7 @@ package main import ( "fmt" - t "github.com/grngxd/tiramisu" + t "git.iwakura.rip/grng/tiramisu" webview "github.com/webview/webview_go" ) diff --git a/go.mod b/go.mod index dbfc40b..ccab6aa 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/grngxd/tiramisu +module git.iwakura.rip/grng/tiramisu go 1.23.4