Go package for replacing spaces by unbreakable spaces where they should be according to the Czech typographical rules. This package should automatically add a non-breakable space in all of these cases:
- after digits
- after one-letter words
- after ordinals
- after initials
You can add this package to your workspace by installing it and then importing it.
- Run command
go get github.com/jansvabik/gonbspcz
- Import package
import "github.com/jansvabik/gonbspcz"