can someone review my code?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • glog

    Leveled execution logs for Go (by golang)

  • Read similar repos, compare, learn: https://github.com/rs/zerolog https://christine.website/blog/ln-the-natural-logger-2020-10-17 https://github.com/sirupsen/logrus https://github.com/golang/glog https://github.com/nikandfor/tlog (this one is mine)

  • alog

    alog is a dependency free, zero/minimum memory allocation JSON logger with extensions

  • this doesn't look good. You put everything into the single "enum" although, for instance FTime and FLevelTrace are never used in the same context, they are for different purposes. They should be splitted into different "enums". from what I can see they are not supposed to be use outside and their public names are not justified.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A logger for Go SQL database driver without modifying existing stdlib usage

    1 project | news.ycombinator.com | 5 Aug 2022
  • Golog: an extensible logger for Go

    3 projects | /r/golang | 19 May 2022
  • DB Question: Can I get the final sql query from db.Exec?

    1 project | /r/golang | 18 Sep 2021
  • Using Private Go Modules with golangci-lint in GitHub Actions

    4 projects | dev.to | 5 Jan 2024
  • Slog: Zero-dependency structured logging in Go

    4 projects | dev.to | 4 Nov 2023