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