Skip to content

j0hax/doener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doener

Go Report Card

Have you ever wanted to represent Germany's favorite street food as a data structure? Here's your chance.

Usage

package main

import (
    "fmt"
    "github.com/j0hax/doener"
)

func main() {
    doener := doener.Random()
    fmt.Println(doener)
}
Lamm Döner mit scharf, Tsatsiki und Schafskäse, Gurken, Zwiebeln

Documentation

Please see the official documentation on go.dev.

Purpose

While it's easy to just write Go, I wanted to take the opportunity to also learn how to properly document and maintain a Go package

About

Go Module for Döner Kebabs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages