Skip to content

hattan/godog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()
}

About

very simple go module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages