7 lignes
150 o
Go
7 lignes
150 o
Go
|
package config
|
||
|
|
||
|
// Constants for public models.
|
||
|
const (
|
||
|
UserPublicFields = "id, username, md5, description, created_at, liking_count, liked_count"
|
||
|
)
|