• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D26-Feb-201420

ReadmeH A D26-Feb-20141.2 KiB

bench_test.goH A D26-Feb-20141 KiB

decode.goH A D26-Feb-20145 KiB

decode_test.goH A D26-Feb-20141.9 KiB

example_test.goH A D26-Feb-20141.1 KiB

scanner.goH A D26-Feb-20142 KiB

scanner_test.goH A D26-Feb-20141.3 KiB

unquote.goH A D26-Feb-20142.8 KiB

Readme

1Go package for parsing (and, eventually, generating)
2log lines in the logfmt style.
3
4See http://godoc.org/github.com/kr/logfmt for format, and other documentation and examples.
5
6Copyright (C) 2013 Keith Rarick, Blake Mizerany
7
8Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9
10The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
12THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13