Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 566 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 566 Bytes

log parser tool

Beginning of a simple log parser tool.

Installation

  • You can download and set up Go langage by downloading it here: https://golang.org/dl/
  • Use go get or download the files directly from github to get the project
  • Set your GOPATH (to the project location) and GOROOT (where Go is installed) environment variables.

Build and usage

@gotools $ go install logparser...

Tests

@gotools $ go test -v logparser/logparser
=== RUN   TestLogParser
--- PASS: TestLogParser (0.00s)
PASS
ok      logparser/logparser     0.045s