tind/examples/reallylong.go

10 lines
160 B
Go
Raw Normal View History

2024-02-26 01:34:01 +00:00
package main
2024-04-07 18:27:05 +00:00
import (
log "git.staur.ca/stobbsm/simplelog"
)
2024-02-26 01:34:01 +00:00
func ReallyLongRuneset() {
2024-04-07 18:27:05 +00:00
log.Info("examples.ReallyLongRuneset").Msg("Really long runeset")
2024-02-26 01:34:01 +00:00
}