Skip to content

Commit

Permalink
Link new issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTitu committed Dec 30, 2024
1 parent f2c2b73 commit c7f8e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/language/go.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ impl Language for Go {

fn write_struct(&mut self, w: &mut dyn Write, rs: &RustStruct) -> std::io::Result<()> {
write_comments(w, 0, &rs.comments)?;
// TODO: Support generic bounds: https://github.com/1Password/typeshare/issues/222
writeln!(
w,
"type {}{} struct {{",
Expand Down

0 comments on commit c7f8e0f

Please sign in to comment.