7 lines
120 B
Go
7 lines
120 B
Go
package server
|
|
|
|
/* returns a string of rendered html */
|
|
func render(luapath string) (string, error) {
|
|
return "", nil
|
|
}
|