File size: 134 Bytes
ca7217f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
package cmd

import (
	"go.uber.org/automaxprocs/maxprocs"
)

func init() {
	maxprocs.Set(maxprocs.Logger(func(string, ...any) {}))
}