9 lines
106 B
Modula-2
9 lines
106 B
Modula-2
module myhtmxapp
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/go-chi/render v1.0.3
|
|
)
|