Go-Specific
Convert JSON to Go structs, build struct tags, and Go utilities
JSON to Go Struct
Convert JSON to Go struct definitions with optional struct tags.
Go-Specific
Go Struct Tag Builder
Build Go structs from JSON with auto-generated json, db, validate, and yaml tags.
Go-Specific
Go Error Wrapping Helper
Generate idiomatic Go error patterns: fmt.Errorf %w, errors.New, sentinel errors, custom types.
Go-Specific
Go Module Path Validator
Validate Go module paths (go.mod) against Go's naming rules with warnings and hints.
Go-Specific
Go Time Format Converter
Convert strftime, Java, Python time formats to Go's peculiar reference layout (2006-01-02).
Go-Specific
SQL → Go Struct
Convert a CREATE TABLE statement into an idiomatic Go struct with json/db/validate tags.
Go-Specific
// explore more