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:
parent
34e6887490
commit
8464c2447c
8 changed files with 39 additions and 40 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue