79823043

Date: 2025-11-18 06:28:57
Score: 1
Natty:
Report link

Go 1.25 adds the ignore directive to go.mod.

It can be used to ignore directories:

ignore (
    ./docker
    ./node_modules
)

This sped up go mod tidy in one of my projects by more than 10x.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Waylander