stillbox/pkg/server/noprofile.go

7 lines
87 B
Go
Raw Permalink Normal View History

2024-10-30 09:49:45 -04:00
//go:build !pprof
// +build !pprof
package server
func (s *Server) installPprof() {}