MEGAMIND Curiosity Crawler
Initial commit: MEGAMIND Curiosity Crawler
003a967
raw
history blame contribute delete
320 Bytes
module curiosity-crawler
go 1.22
// No external dependencies - pure stdlib implementation
// The crawler uses only:
// - net/http for HTTP crawling
// - net for UDP federation
// - encoding/* for serialization
// - html/template for dashboard
// - regexp for HTML parsing
// - math for neural computations