big: Split more into public and internal.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:53 +02:00
parent 9890e7cfeb
commit 9321616c80
7 changed files with 236 additions and 169 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ print_timings :: proc() {
for v in Timings {
if v.count > 0 {
fmt.println("Timings:");
fmt.println("\nTimings:");
break;
}
}