Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Feb 8, 2021
1 parent 2d5cab1 commit 3cca6ed
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/hahwul/gee

go 1.15
5 changes: 5 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main

func main() {

}
20 changes: 20 additions & 0 deletions pkg/model/model.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package model

// Options is struct of gee options
type Options struct {
Files []string
Append bool
ChunkedLine bool
ChunkedSize bool
Prefix string
Suffix string
WithTimestamp bool
WithLine bool
RemoveLine bool
TableMarkdown bool
TableHTML bool
Regex string
RegexV string
Split string
Distribute bool
}
4 changes: 4 additions & 0 deletions pkg/printing/version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package printing

// VERSION is version of gee
const VERSION = "v1.0.0-dev"

0 comments on commit 3cca6ed

Please sign in to comment.