Documentation ¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Describe ¶
Example ¶
package main import ( "fmt" "os" "github.com/frioux/leatherman/internal/tool/allpurpose/uni" ) func main() { err := uni.Describe([]string{"uni", "⢾"}, nil) if err != nil { fmt.Fprintf(os.Stderr, "Couldn't Describe: %s\n", err) os.Exit(1) } }
Output: '⢾' @ 10430 aka BRAILLE PATTERN DOTS-234568 ( graphic | printable | symbol )
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.