This commit is contained in:
grngxd 2025-06-16 23:22:02 +01:00
parent 50b371ffb1
commit 3bee70b536
3 changed files with 4 additions and 4 deletions

View file

@ -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() {

View file

@ -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"
)

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/grngxd/tiramisu
module git.iwakura.rip/grng/tiramisu
go 1.23.4