Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 288 Bytes

File metadata and controls

19 lines (12 loc) · 288 Bytes

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.