add readUntil

This commit is contained in:
2023-06-29 00:57:52 +01:00
parent 9649c33217
commit af934e0429
18 changed files with 302 additions and 103 deletions

View File

@@ -1,6 +1,8 @@
package main
import "github.com/wadey/go-rounding"
import (
"github.com/wadey/go-rounding"
)
func floor(x number) number {