Skip to content

Instantly share code, notes, and snippets.

// Package storecheck defines an analyzer that enforces Store struct visibility
// in business/core/<packageName>/stores/db/db.go files
package storecheck
import (
"fmt"
"go/ast"
"go/token"
"path/filepath"
"regexp"