godog

module
v0.1.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2024 License: MIT

README

godog

codecov

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

Path Synopsis
Package animals provides a simple abstraction for representing animals.
Package animals provides a simple abstraction for representing animals.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL