module
Version:
v0.1.16
Opens a new window with list of versions in this module.
Published: Oct 10, 2024
License: MIT
Opens a new window with license information.
README
¶
godog
This is a simple go module that is used in a the godog workshop
The workshop is meant to be an easy onboarding and training to help software engineers quickly upskill on the go programming language.
Examples
package main
import (
"github.com/hattan/godog/animals"
)
func main() {
dog, err := animals.NewDog("Fido", 2, animals.Corgi)
if err != nil {
panic(err)
}
dog.Display()
}
Directories
¶
Package animals provides a simple abstraction for representing animals.
|
Package animals provides a simple abstraction for representing animals. |
Click to show internal directories.
Click to hide internal directories.