Jopher

A Golang tool that prints out programming jokes when called.

How to Install

Use the go get command to install this module

go get github.com/AvicennaJr/jopher

How to Use

Import the joker package to your code

import "github.com/AvicennaJr/jopher/joker"

Then simply call it:

joker.Joke()

Here’s an example:

package main

import (
	"github.com/AvicennaJr/jopher/joker"
)

func main() {
	joker.Joke()
}

GitHub

View Github