chore: rename module to github.com/ryanhamamura/via

Update module path and all internal imports to use the new repository location.
This commit is contained in:
Ryan Hamamura
2026-01-14 10:47:11 -10:00
parent d4b831492e
commit c77ccc0796
19 changed files with 31 additions and 39 deletions

View File

@@ -11,7 +11,7 @@ import (
"sync"
"time"
"github.com/go-via/via/h"
"github.com/ryanhamamura/via/h"
)
// Context is the living bridge between Go and the browser.