comment replace in go.mod

This commit is contained in:
anthdm 2024-06-21 15:03:57 +02:00
parent 9e389f1d28
commit 6d41e4f041

View file

@ -3,7 +3,7 @@ module AABBCCDD
go 1.22.4
// uncomment for local development on the superkit core.
replace github.com/anthdm/superkit => ../
// replace github.com/anthdm/superkit => ../
require (
github.com/a-h/templ v0.2.707