core

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CollectGoFiles

func CollectGoFiles(dir string) ([]string, error)

CollectGoFiles recursively collects all .go files from a directory

Types

type FrameworkDetector

type FrameworkDetector struct{}

FrameworkDetector detects the web framework used in a project

func NewFrameworkDetector

func NewFrameworkDetector() *FrameworkDetector

NewFrameworkDetector creates a new framework detector

func (*FrameworkDetector) Detect

func (d *FrameworkDetector) Detect(dir string) (string, error)

Detect determines which web framework is being used in the given directory

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL