structil
structil copied to clipboard
Go struct utilities with reflection for JSON data decoding, map-liked data accessing, dynamic struct building and more
___TODO___
## !!! BREAKING CHANGES !!! ## Fix Security Problems ## Add New Features ## Improve Current Features ## Other - [x] convert `interface{}` to `any`
When I make something like this : ` builder := dynamicstruct.NewBuilder() row := make(map[string]interface{}) for k, v := range searchable { builder.AddString(k) row[k] = v } dataJsonStr, err := json.Marshal(data)...
Need setter to set the value for struct.
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
This pull request is an experiment by OpenAI Codex CLI to add new features. - [x] setup OpenAI Codex CLI __without AGENTS.md__ - [x] run `codex` - [x] send a...
This pull request is an experiment by Claude Code to add new features. - [x] setup Claude Code __without CLAUDE.md__ - [x] run `claude` - [x] send a prompt for...
This pull request is an experiment by Gemini CLI to add new features. - [x] setup Gemini CLI __without GEMINI.md__ - [x] run `gemini` - [x] send a prompt for...