we did it bois and it is FRAGILE

This commit is contained in:
Bel LaPointe
2023-10-26 07:00:48 -06:00
parent a950c48ed1
commit dfde4c63fe
3 changed files with 29 additions and 27 deletions

View File

@@ -88,6 +88,11 @@ func main() {
if err != nil {
panic(err)
}
for _, name := range register.Names() {
for _, d := range register.Dates() {
log.Printf("%s | %s | %+v", name, d, register[d][name])
}
}
}
for _, nameRate := range r.URL.Query()["predictCompoundingInterest"] {
name := strings.Split(nameRate, "=")[0]