Files
learnlytics-go/templ/cmd/templ/imports/testdata/noimportscode.txtar
2025-03-20 12:35:13 +01:00

21 lines
199 B
Plaintext

-- fmt.templ --
package test
func test() {
// Do nothing.
}
templ Hello() {
<div>Hello</div>
}
-- fmt.templ --
package test
func test() {
// Do nothing.
}
templ Hello() {
<div>Hello</div>
}