Skip to content
/ go-peek Public

Package peek provides tools for peeking at input, for the Go programming language.

License

Notifications You must be signed in to change notification settings

reiver/go-peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-peek

Package peek provides tools for peeking at input, for the Go programming language.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-peek

GoDoc

Example

Here is an example:

import "github.com/reiver/go-peek"

// ...

r, size, err := peek.PeekRune(runescanner)

Import

To import package peek use import code like the follownig:

import "github.com/reiver/go-peek"

Installation

To install package peek do the following:

GOPROXY=direct go get https://github.com/reiver/go-peek

Author

Package peek was written by Charles Iliya Krempeaux

About

Package peek provides tools for peeking at input, for the Go programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages