Skip to content

Instantly share code, notes, and snippets.

View darox's full-sized avatar
🏠
Working from home

Dario Mader darox

🏠
Working from home
View GitHub Profile
@darox
darox / main.go
Last active December 19, 2023 13:01
Golang DPI
package main
import "fmt"
type Cleaner struct {
cleaningMethod string
tools []string
}
type CoffeeMachine struct {