mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 23:42:25 -05:00 
			
		
		
		
	* wrap root HTTP handler in debug.WithPprof(), rearrange router.Start() to support this * remove unused code * set debug buildtag in build script when $DEBUG set * update go-debug version with fixed handler * use clone of router.srv for LE cert manager, reset server timeouts in debug * add kim's other libraries to README
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build !debug && !debugenv
 | |
| // +build !debug,!debugenv
 | |
| 
 | |
| package debug
 | |
| 
 | |
| // debug always off.
 | |
| const debug = false
 |