Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unpkg alternative service in GoLang

Directory Structure

unpkg-alternative/
├── cmd/
│   └── server/
│       └── main.go         # Entrypoint with logger setup
├── http/
│   ├── router.go           # HTTP routing logic with logging middleware
│   └── handler/
│       └── handler.go      # CDN handler
├── cache/
│   └── cache.go            # Cache manager
├── npm/
│   ├── resolver.go         # Resolves package metadata
│   └── fetcher.go          # Downloads & extracts tarballs
├── utils/
│   └── file.go             # Helpers (MIME types, path safety)
├── logs/
│   └── zap.go              # Zap logger config
└── go.mod

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages