Skip to content

go-netln provides tools for parsing "net lines", for the Go programming language — i.e., lines that end with a "\r\n".

License

Notifications You must be signed in to change notification settings

reiver/go-netln

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-netln

go-netln provides tools for parsing "net lines", for the Go programming language — i.e., lines that end with a "\r\n".

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-netln

GoDoc

Examples

import "sourcecode.social/reiver/go-netln"

// ...

var storage strings.Builder
var writer io.Writer = &storage

netln.CopyLine(writer, reader)

line := storage.String()

About

go-netln provides tools for parsing "net lines", for the Go programming language — i.e., lines that end with a "\r\n".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages