Skip to content

Commit cf31ae3

Browse files
committed
Remove unused struct
Since the developer did not bother to provide any documentation, it is not clear what purpose this thing was intended to serve. What is clear is that it does not serve any purpose now, so it must be removed.
1 parent cfd724a commit cf31ae3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: main.go

-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ var (
4141
timeoutSeconds = flag.Int("t", 10, "Upload timeout")
4242
)
4343

44-
type Item struct {
45-
Id int
46-
Name string
47-
}
48-
4944
func main() {
5045
flag.Parse()
5146

0 commit comments

Comments
 (0)