Skip to content

mrlauer/go-pretty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go PrettyPrinter

A simple pretty-printer for Go

import(
    "mrl/pretty"
)

pretty.Pretty([]int{3, 4, 5}, "    ")

will produce

[3]int[
    3
    4
    5
]

About

Pretty-printer for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages