mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Run a more strict formatter over the code (#11312)
* Update tooling * Run gofumpt * go mod vendor
This commit is contained in:
		| @@ -9,8 +9,10 @@ import ( | ||||
| 	"github.com/posener/complete" | ||||
| ) | ||||
|  | ||||
| var _ cli.Command = (*PathHelpCommand)(nil) | ||||
| var _ cli.CommandAutocomplete = (*PathHelpCommand)(nil) | ||||
| var ( | ||||
| 	_ cli.Command             = (*PathHelpCommand)(nil) | ||||
| 	_ cli.CommandAutocomplete = (*PathHelpCommand)(nil) | ||||
| ) | ||||
|  | ||||
| var pathHelpVaultSealedMessage = strings.TrimSpace(` | ||||
| Error: Vault is sealed. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Brian Kassouf
					Brian Kassouf