Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 541 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 541 Bytes

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