Lookup ViM-style digraphs.
package main
import (
"fmt"
"github.com/xyproto/digraph"
)
func main() {
fmt.Printf("The symbol for My is %c\n", digraph.MustLookup("My"))
}
This outputs:
The symbol for My is µ
- License: BSD-3
- Version: 1.2.0
- Author: Alexander F. Rødseth <xyproto@archlinux.org>