Skip to content

Commit

Permalink
Update interfaces-1.gop
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei authored Oct 9, 2023
1 parent 7d2fab5 commit e1a476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 215-Interfaces/interfaces-1.gop
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type geometry interface {
// Next, we define two structs, a rectangular struct and a circular Rectangular
// struct, with the following code:
type rect struct {
width float64,
width float64
height float64
}

Expand Down

0 comments on commit e1a476e

Please sign in to comment.