cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit f157c55511790149672346c447f618d1e32a7c3a
parent 795f0e4da489848399eb3fe21dd59c111b703296
Author: Nat Welch <nat@natwelch.com>
Date:   Wed, 12 Jan 2022 02:03:14 +0000

fix run formatting

Diffstat:
Mrun.go | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/run.go b/run.go @@ -3,10 +3,11 @@ package main import ( "flag" "fmt" - "cerca/server" - "cerca/util" "os" "strings" + + "cerca/server" + "cerca/util" ) func readAllowlist(location string) []string {