oops x2
This commit is contained in:
parent
50b371ffb1
commit
3bee70b536
3 changed files with 4 additions and 4 deletions
|
@ -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() {
|
||||
|
|
|
@ -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
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/grngxd/tiramisu
|
||||
module git.iwakura.rip/grng/tiramisu
|
||||
|
||||
go 1.23.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue