@@ -0,0 +1,5 @@
package ollama
func PtrOf[T any](v T) *T {
return &v
}
The note is not visible to the blocked user.