11 lines
111 B
Go
11 lines
111 B
Go
// +build !addtestdata
|
|
|
|
package main
|
|
|
|
import "os"
|
|
|
|
var j *JournalFile
|
|
|
|
func main() {
|
|
CliEntrypoint(os.Args)
|
|
}
|