Initial commit

This commit is contained in:
sas.fajri
2026-04-30 14:27:01 +07:00
commit e29e943c27
70 changed files with 8909 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package progress
import "github.com/go-chi/chi/v5"
func Routes(r chi.Router) {
r.Get("/", Index)
}