we did it bois and it is FRAGILE
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user