Update module path to v2

This commit is contained in:
Ian Fijolek
2025-12-11 16:34:18 -08:00
parent b0ea3dc6d4
commit 945c1b1ce0
6 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package main_test
import (
"testing"
m "git.iamthefij.com/iamthefij/minitor-go"
m "git.iamthefij.com/iamthefij/minitor-go/v2"
)
func Ptr[T any](v T) *T {