1
0
mirror of https://github.com/mgechev/revive.git synced 2025-12-01 22:30:16 +02:00

refactor: remove lint issues (#1176)

This commit is contained in:
chavacava
2024-12-07 14:43:25 +01:00
committed by GitHub
parent a106e63fb8
commit 06192a5599
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
// Package astutils provides utility functions for working with AST nodes
package astutils
import "go/ast"