mir, perhaps, is this project's name

master
Jordan Orelli 3 years ago
parent 938f3e2f33
commit 1e569c08cd

@ -1,4 +1,4 @@
module orel.li/modrn
module orel.li/mir
go 1.18

@ -13,7 +13,7 @@ import (
"golang.org/x/mod/module"
"golang.org/x/mod/zip"
"orel.li/modrn/internal/ref"
"orel.li/mir/internal/ref"
)
//go:embed meta

@ -3,8 +3,8 @@ package main
import (
"flag"
"orel.li/modrn/internal/index"
"orel.li/modrn/internal/ref"
"orel.li/mir/internal/index"
"orel.li/mir/internal/ref"
)
func serve(args []string) {

Loading…
Cancel
Save