Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package customer
- type Customer struct {
- Customer_id int
- Name string
- Phone string
- Address string
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement