go.mod 164 B

12345678910
  1. module idio.link/go/logger
  2. go 1.21.5
  3. retract (
  4. // Forgot to create the v2 directory
  5. v2.0.0
  6. // Failed to make the module name match the package name.
  7. v1.0.0
  8. )