0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-20 22:52:58 -05:00

Added some godoc

This commit is contained in:
Matthew Holt 2015-04-27 10:56:57 -06:00
parent 1df35eb687
commit ff344535ba
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// Package basicauth implements HTTP Basic Authentication.
package basicauth
import (

View file

@ -1,3 +1,4 @@
// Package templates implements template execution for files to be dynamically rendered for the client.
package templates
import (