#1 Zap
Package zap provides fast, structured, leveled logging.
Package porter implements the Porter stemming algorithm.
Health score 61/100, confidence 80/100.
| Latest version | v0.0.2 |
| Imported by | 2 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 3 months ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| ErrInvalidInput | Variable | var ErrInvalidInput = errors.New("invalid input for stemming") |
| Stem | Function | func Stem(word string) (string, error) |
| StemBytes | Function | func StemBytes(b []byte) ([]byte, error) |
Package zap provides fast, structured, leveled logging.
Fastest structured logging
Package zerolog provides a lightweight logging library dedicated to JSON logging.
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.