Skip to content

Commit 11c38ad

Browse files
committed
Remove commented out code
1 parent e9a8479 commit 11c38ad

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

fruits.go

-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ type FruitController struct {
1515
DB FruitRepository
1616
}
1717

18-
// // FruitPayload reprsents the request payload required to create a fruit object.
19-
// type FruitPayload struct {
20-
// name string
21-
// stock int
22-
// }
23-
2418
// NewFruitController returns a new fruit controller
2519
func NewFruitController(db *DB) FruitController {
2620
return FruitController{

0 commit comments

Comments
 (0)