Skip to content

Rhymond/gopad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Pad

Optimized String Right/Left Pad

Go Report Card Coverage Status Build Status GoDoc License: MIT

Usage

import "github.com/rhymond/gopad"

gopad.Left("foo", 5)    // "  foo"
gopad.Right("foobar", 8) // "foobar  "
gopad.Left("foobar", 6) // "foobar"

Contributing

Thank you for considering contributing! Please use GitHub issues and Pull Requests for Contributing.

License

The MIT License (MIT). Please see License File for more information.

forthebadge