Go R1 Day 43
progress
- Modified forked SharedBrain repo to use
yaml
parser instead of toml.
- Modified tests handle invalid casting of interface, which was causing a panic.
otherDate, ok := otherDateInt.(time.Time)
if !ok {
log.Printf("[time.Parse] probable invalid date format %s", plainFilename)
}
- Improved tests to align to markdown standard formatting.
- FOSS license scanned on 4 repos to test compliance of licensing for badge.
- Use goyek templates to build out initial go based build actions.
links