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:
parent
c919cc8c67
commit
599874c486
13 changed files with 78 additions and 71 deletions
|
@ -1,13 +0,0 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"embed"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
//go:embed example
|
||||
var fs embed.FS
|
||||
|
||||
func main() {
|
||||
fmt.Println(fs.ReadDir("example"))
|
||||
}
|
BIN
cmd/test/test
BIN
cmd/test/test
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue