Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 583 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 583 Bytes

GopherSays

Go Reference Do you remember gophers? Those very cute mice? There is a Go library featuring them. They talk in that Golang library

Installation

Run this command:

go get https://github.com/ManiProjs/gophersays@latest

Example

// Here is your package name with syntax: package <packagename> | Here we use 'main'
package main

import ("fmt", "gophersays")

// Main function
func main() {
    gophersays.say("Hello")
}