join

package
v0.0.0-...-46492e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Join

func Join(files []string, output chan string, verbose bool)

Types

type Heap

type Heap []*Line

A Heap implements heap.Interface and holds Items.

func NewHeap

func NewHeap() *Heap

func (Heap) Len

func (pq Heap) Len() int

func (Heap) Less

func (pq Heap) Less(i, j int) bool

func (*Heap) Pop

func (pq *Heap) Pop() interface{}

func (*Heap) Push

func (pq *Heap) Push(x interface{})

func (Heap) Swap

func (pq Heap) Swap(i, j int)

type Line

type Line struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL