Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: textarea handling to use pointer-based implementation #218

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

appleboy
Copy link
Owner

  • Add a blank line for better readability in commit.go
  • Change textarea field to be a pointer in textarea.go
  • Update textarea initialization to use a pointer in textarea.go
  • Modify textarea update method to dereference the pointer in textarea.go

- Add a blank line for better readability in `commit.go`
- Change `textarea` field to be a pointer in `textarea.go`
- Update `textarea` initialization to use a pointer in `textarea.go`
- Modify `textarea` update method to dereference the pointer in `textarea.go`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
@appleboy appleboy merged commit 6743633 into main Jan 29, 2025
9 of 11 checks passed
@appleboy appleboy deleted the bugs3 branch January 29, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant