mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Update numerous package declaration names
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
package csv
|
||||
package encoding_csv
|
||||
|
||||
import "core:io"
|
||||
import "core:strings"
|
||||
|
||||
Reference in New Issue
Block a user