Skip to content

Instantly share code, notes, and snippets.

View alob-mtc's full-sized avatar
🏠
Working from home

Akinlua Bolamigbe alob-mtc

🏠
Working from home
View GitHub Profile
@miroswan
miroswan / function-options.go
Created May 11, 2021 18:19
Functional Variadic Arguments as Options
package main
import (
"fmt"
"strings"
)
// consoleOptions is a private structure that contains
// the possible options for a Console. It's private so
// that consumers do not rely on its members. This allows
@bradtraversy
bradtraversy / flutter_setup.md
Last active May 18, 2024 15:37
Flutter dev setup & notes