Skip to content

Commit 96e3597

Browse files
Update message.go for response type name
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent a908148 commit 96e3597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/librariangen/message/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type ReleaseInitRequest struct {
3131
Libraries []*Library `json:"libraries"`
3232
}
3333

34-
// Response is the structure of the release-init-response.json file.
34+
// ReleaseInitResponse is the structure of the release-init-response.json file.
3535
type ReleaseInitResponse struct {
3636
Error string `json:"error,omitempty"`
3737
}

0 commit comments

Comments
 (0)