package
Version:
v0.0.0-...-7dcde51
Opens a new window with list of versions in this module.
Published: Jun 23, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
context := NewContext()
input := []rune("HELLO, world")
context.Transform(input)
fmt.Println(string(input))
Output:
HElLo, WoRlD
Source Files
¶
Click to show internal directories.
Click to hide internal directories.