3a6cbf9de6
this deprecates the github.com/majestrate/srndv2 repo
13 lines
186 B
Go
13 lines
186 B
Go
// +build !lua
|
|
|
|
package srnd
|
|
|
|
func extraMemePosting(src, prefix string) string {
|
|
return src
|
|
}
|
|
|
|
func SetMarkupScriptFile(fname string) error {
|
|
// does nothing for non lua
|
|
return nil
|
|
}
|