Registry / utility / toolkits-file

toolkits-file

JSON →
library0.0.0-20160325033739-a5b3c5147e07gogounverified

A utility package for file operations in Go.

go get github.com/toolkits/file
INSTALL
IMPORT
SIG · TOOLKITS-FILE
T
toolkits-file
utilitygov0.0.0-20160325033739-a5b3c5147e07
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

file
✓ github.com/toolkits/file

Read all lines from a file.

package main import ( "fmt" "github.com/toolkits/file" ) func main() { lines, _ := file.ReadLines("example.txt") fmt.Println(lines) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160325033739-a5b3c5147e07latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
toolkits-file — go get toolkits-file · libregistry