MetaTube / cmd /init.go
henry99a's picture
Clean commit for Hugging Face Spaces without binary files
ca7217f
package cmd
import (
"go.uber.org/automaxprocs/maxprocs"
)
func init() {
maxprocs.Set(maxprocs.Logger(func(string, ...any) {}))
}