dvob / bullshit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bullshit

Go port of the bullshit command of 9front.

Usage

package main

import (
	"fmt"

	"github.com/dvob/bullshit"
)

func main() {
	fmt.Println(bullshit.Get())
}

About


Languages

Language:Go 100.0%