(val string)
| 136 | } |
| 137 | |
| 138 | func hash(val string) uint64 { |
| 139 | return xxhash.Sum64String(val) |
| 140 | } |
| 141 | |
| 142 | // LogAccess logs an access event in Apache combined log format (with a minor customization with the duration). |
| 143 | // Additional allows to provide extra data that may be also logged, depending on the specific log format. |
no outgoing calls
no test coverage detected
searching dependent graphs…