Skip to content

Go package for replacing spaces by unbreakable spaces where they should be according to Czech typographical rules. In fact, this is my very first Go project.

License

jansvabik/gonbspcz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

(Czech-only) Non-breakable space auto-adder for Golang

Go Report Card License: MIT

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

Installation

You can add this package to your workspace by installing it and then importing it.

  1. Run command go get github.com/jansvabik/gonbspcz
  2. Import package import "github.com/jansvabik/gonbspcz"

About

Go package for replacing spaces by unbreakable spaces where they should be according to Czech typographical rules. In fact, this is my very first Go project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages