8 lines
137 B
Go
8 lines
137 B
Go
package movies
|
|
|
|
import "gitlab.quimbo.fr/odwrtw/canape-sql/web"
|
|
|
|
func updatePopular(env *web.Env, clientID string) error {
|
|
return nil
|
|
}
|