Dining philosophers ====== See it on Wikipédia ! First go get the package go get github.com/vdruon/Dining-philosophers-go Then simply create a new go file and paste this code package main import "dining_philosophers" func main() { dining_philosophers.LetsDine() }