12 lines
205 B
Modula-2
12 lines
205 B
Modula-2
module github.com/a-h/templ/examples/counter-basic
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.3
|
|
|
|
require github.com/a-h/templ v0.2.233
|
|
|
|
require github.com/alexedwards/scs/v2 v2.8.0
|
|
|
|
replace github.com/a-h/templ => ../../
|