Update numerous package declaration names

This commit is contained in:
gingerBill
2024-04-18 12:17:39 +01:00
parent f84a092977
commit 334e08c750
33 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// package csv reads and writes comma-separated values (CSV) files.
// This package supports the format described in RFC 4180 <https://tools.ietf.org/html/rfc4180.html>
package csv
package encoding_csv
import "core:bufio"
import "core:bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package csv
package encoding_csv
import "core:io"
import "core:strings"