De-github-ify

This commit is contained in:
Justin Hawkins 2025-05-26 11:18:34 +09:30
parent 51e9386e6b
commit 209c0f4c5a
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/tardisx/haiku-detector.svg)](https://pkg.go.dev/github.com/tardisx/haiku-detector)
[![Go Reference](https://pkg.go.dev/badge/code.ppl.town/justin/haiku-detector.svg)](https://pkg.go.dev/code.ppl.town/justin/haiku-detector)
import "github.com/tardisx/haiku-detector"
import "code.ppl.town/justin/haiku-detector"
haiku := haiku.Find("haiku can be found wherever you are looking with help of some code")

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/tardisx/haiku-detector
module code.ppl.town/justin/haiku-detector
go 1.24.1