Skip to content

e-zk/go-reprose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reprose
========
basic golang package server. heavily based on golang-package-server[^1].

(anti)features
---------------
- lists packages on index.
- on browser request, redirects to repository path or http url.
- serves proper go-import meta tag.
- example instance: https://go.zakaria.org/.

usage
------
- put package name and repository associations in /etc/reprose.txt.
- edit the constants at the beginning of main.go
- build with:
	go build -o reprose .
- run:
	./reprose

---
1: https://git.zx2c4.com/golang-package-server/