Fix note rendering, new function header

Fixed note rendering due to bad user header
TODO: It's a stupid bandaid, replace with proper formatter once it works
Remove test stuff
Some spacing in the colours for readability
CreateNoteRemote header added
This commit is contained in:
Melody Becker 2024-12-13 15:34:19 +01:00
parent c919cc8c67
commit 599874c486
13 changed files with 78 additions and 71 deletions

View file

@ -1,13 +0,0 @@
package main
import (
"embed"
"fmt"
)
//go:embed example
var fs embed.FS
func main() {
fmt.Println(fs.ReadDir("example"))
}

Binary file not shown.