Skip to content

AndrewVos/o

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

o.O

Demo

output

Usage

package main

import "github.com/AndrewVos/o"

type Something struct {
  Name string
  Value string
}

func main() {
  something := Something { Name: "Donald", Value: "Duck" }
  o.O(something)

  someString := "o.O is pretty awesome!"
  o.O(someString)
}

Install

go get github.com/AndrewVos/o

FAQ

About

Pretty printer thingy for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages