Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dependency ¶
type LineScanner ¶
func NewLineScanner ¶
func NewLineScanner(r io.Reader) *LineScanner
func (*LineScanner) LineNum ¶
func (s *LineScanner) LineNum(prevNum int) int
func (*LineScanner) Scan ¶
func (s *LineScanner) Scan() bool
type LockFile ¶
type LockFile struct {
Dependencies map[string]Dependency
}
Click to show internal directories.
Click to hide internal directories.