8 lines
79 B
Go
8 lines
79 B
Go
package main
|
|
|
|
import "templ-tests/app/router"
|
|
|
|
func main() {
|
|
router.Serve()
|
|
}
|