Skip to content

Commit 1602c50

Browse files
committed
updated example.go
1 parent f08367c commit 1602c50

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

example/example.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@ func main() {
2121

2222
fmt.Printf("%v\n", prod.Handle)
2323
fmt.Printf("%v\n", order)
24+
25+
removedOrder := shop.CancelOrder("123456")
26+
27+
fmt.Printf("%v\n", removedOrder)
28+
29+
// shop.PlaceOrder(order)
30+
// shop.ShippingOptions(order)
2431
}

0 commit comments

Comments
 (0)