forked from tildetown/town
remove some comments
parent
5e20b0569e
commit
ced73adb77
|
@ -11,7 +11,6 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.tilde.town/tildetown/town/models"
|
"git.tilde.town/tildetown/town/models"
|
||||||
//"git.tilde.town/tildetown/town/review"
|
|
||||||
"git.tilde.town/tildetown/town/signup"
|
"git.tilde.town/tildetown/town/signup"
|
||||||
tuser "git.tilde.town/tildetown/town/user"
|
tuser "git.tilde.town/tildetown/town/user"
|
||||||
"github.com/gdamore/tcell/v2"
|
"github.com/gdamore/tcell/v2"
|
||||||
|
@ -30,8 +29,6 @@ func getTitle() string {
|
||||||
return titles[rand.Intn(len(titles))]
|
return titles[rand.Intn(len(titles))]
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO affordance for cleaning up email response
|
|
||||||
|
|
||||||
type reviewer struct {
|
type reviewer struct {
|
||||||
db *sql.DB
|
db *sql.DB
|
||||||
adminName string
|
adminName string
|
||||||
|
|
Loading…
Reference in New Issue