Sei Chain Code Style Go Formatting All Go files must be gofmt compliant. After modifying any .go files, run: gofmt -s -w <file> Or verify compliance with: gofmt -s -l . This command should produce no output if all files are properly formatted.