Slide 2
Slide 2 text
Index
type Index struct {
Title string
PresentationLength float64 // [minutes]
}
var indexes = []Index{
{"Self Introduction", 0.5},
{"We're using zerolog", 0.5},
{"The mechanism of stacktrace in zerolog", 1},
{"How to customize stacktrace in zerolog", 1.5},
{"Q&A", 1},
}
Asakusa.go #2 - Title
2024/05/10 @masso 2