1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-26 14:46:24 -07:00

Fix template issues with pointer/non-pointer receivers

This commit is contained in:
Eggbertx 2024-03-27 11:13:31 -07:00
parent 34e6887490
commit 8464c2447c
8 changed files with 39 additions and 40 deletions

View file

@ -77,7 +77,6 @@ func attachFlag(request *http.Request, post *gcsql.Post, board string, errEv *ze
}
post.Flag = flag
}
fmt.Println("Flag/Country:", post.Flag, post.Country)
return nil
}