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

@@ -3,9 +3,9 @@ package main
import (
"strconv"
"github.com/go-via/via"
"github.com/ryanhamamura/via"
// "github.com/go-via/via-plugin-picocss/picocss"
. "github.com/go-via/via/h"
. "github.com/ryanhamamura/via/h"
)
func main() {