Skip to content

moxtsuan/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

printf

Shell printf implementation by go

installation

go get github.com/moxtsuan/printf

Usage

printf format [arguments ...]

Available Format

  • string
    • %s
    • %q
  • int
    • %d
    • %o
    • %x
    • %X
  • float
    • %f
    • %F
    • %e
    • %E
  • other
    • %%

About

Shell printf implementation by go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages