Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

lusingander/kasane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Reference

kasane

String overlay library for Go

Usage

base := ".......\n.......\n.......\n.......\n......."
s := "xxx\nyyy\nzzz"

out := kasane.OverlayString(base, s, 1, 3)
fmt.Println(out)

// Output:
// .......
// ...xxx.
// ...yyy.
// ...zzz.
// .......

License

MIT

About

String overlay library for Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages