Go package for replacing spaces by unbreakable spaces where they should be according to the typographical rules of the specified language. Currently, I still work on this project. This is a new version of my very first Go program (gonbspcz) and it shouldn't work just for Czech language, but also for any other language that will be configured by corresponding lang_CODE.go file.
You can add this package to your workspace by installing it and then importing it.
- Run command
go get github.com/jansvabik/go-nbsp
- Import package
import "github.com/jansvabik/go-nbsp"