cerca

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

commit 1a5e26171793c7754bb49e21ae28e0f0e318392a
parent 5c66d5dfcd08a06a06d18f0892110fa22607eb38
Author: cblgh <cblgh@cblgh.org>
Date:   Tue, 11 Jan 2022 16:48:40 +0100

cerca

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

diff --git a/run.go b/run.go @@ -3,8 +3,8 @@ package main import ( "flag" "fmt" - "forum.cblgh.org/server" - "forum.cblgh.org/util" + "cerca/server" + "cerca/util" "os" "strings" )