mirror of
				https://github.com/owncast/owncast.git
				synced 2025-10-31 18:18:06 +08:00 
			
		
		
		
	chore(go): run betteralign and gofumpt on codebase
This commit is contained in:
		| @ -34,7 +34,7 @@ func Setup(enableDebugOptions bool, enableVerboseLogging bool) { | ||||
| 	// Create the logging directory if needed | ||||
| 	loggingDirectory := filepath.Dir(getLogFilePath()) | ||||
| 	if !utils.DoesFileExists(loggingDirectory) { | ||||
| 		if err := os.Mkdir(loggingDirectory, 0700); err != nil { | ||||
| 		if err := os.Mkdir(loggingDirectory, 0o700); err != nil { | ||||
| 			logger.Errorln("unable to create logs directory", loggingDirectory, err) | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Gabe Kangas
					Gabe Kangas