mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
parent
077cbf0d96
commit
a3b5d25933
144 changed files with 0 additions and 616 deletions
|
|
@ -7,7 +7,6 @@ import (
|
|||
"os"
|
||||
)
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
func main() {
|
||||
args := os.Args[1:]
|
||||
|
||||
|
|
@ -26,7 +25,6 @@ func main() {
|
|||
}
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
func handle(fileName string) (ok bool) {
|
||||
inputStream := os.Stdin
|
||||
if fileName != "-" {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ import (
|
|||
"os"
|
||||
)
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
func main() {
|
||||
args := os.Args[1:]
|
||||
|
||||
|
|
@ -26,7 +25,6 @@ func main() {
|
|||
}
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
func handle(fileName string) (ok bool) {
|
||||
inputStream := os.Stdin
|
||||
if fileName != "-" {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
func main() {
|
||||
includeFields := strings.Split(os.Args[1], ",")
|
||||
filenames := os.Args[2:]
|
||||
|
|
@ -29,7 +28,6 @@ func main() {
|
|||
}
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
func handle(fileName string, includeFields []string) (ok bool) {
|
||||
inputStream := os.Stdin
|
||||
if fileName != "-" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue