======
First go get the package
go get github.com/vdruon/Dining-philosophers-goThen simply create a new go file and paste this code
package main
import "dining_philosophers"
func main() {
dining_philosophers.LetsDine()
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
======
First go get the package
go get github.com/vdruon/Dining-philosophers-goThen simply create a new go file and paste this code
package main
import "dining_philosophers"
func main() {
dining_philosophers.LetsDine()
}