type Louis struct {
Name string
Email string
LinkedIn string
TimeZone string
QuoteOfTheDay string
FavoriteLanguages []string
Hobbies []string
}
func NewLouis() Louis {
return Louis {
Name: "Louis Kauer",
Email: "louis.kauer@proton.me",
LinkedIn: "linkedin.com/in/louis-kauer",
TimeZone: "CEST",
QuoteOfTheDay: "The future of software is in orchestration, not just code. - Kelsey Hightower",
FavoriteLanguages: []string{"Go", "C++", "Rust", "Kotlin"},
Hobbies: []string{"Hiking", "Running", "Cycling", "Playing the piano"},
}
}
func (l Louis) StartDay() {
for l.IsAwake() {
l.Code()
}
}
kubectl get dreams --namespace=ambitions
- Vancouver
-
14:58
(UTC -07:00)
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



