Categorygithub.com/jum/apputil/v2
module
2.1.4
Repository: https://github.com/jum/apputil.git
Documentation: pkg.go.dev

# README

apputil

A set of utilities for appengine apps.

# Packages

Package appdebug is intended to enable and disable the debug logging in an appengine environment with a boolean type DebugVar.
Package appredir makes it easy to register a redirect handler for one or multiple pages to make it easier to restructure web pages and keep compatibility.
Process any incoming requests looking like: http://server/start?lang=xx&vers=1.1 and redirect to the apropriate index.html for that version and language.