Go to Katenary V3
This is the next-gen of Katenary
This commit is contained in:
11
generator/extrafiles/notes.go
Normal file
11
generator/extrafiles/notes.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package extrafiles
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed notes.tpl
|
||||
var notesTemplate string
|
||||
|
||||
// NoteTXTFile returns the content of the note.txt file.
|
||||
func NotesFile() string {
|
||||
return notesTemplate
|
||||
}
|
Reference in New Issue
Block a user