Advertisement
erkayes935

customer.go

Dec 7th, 2024 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.13 KB | Source Code | 0 0
  1. package customer
  2.  
  3. type Customer struct {
  4.     Customer_id int
  5.     Name        string
  6.     Phone       string
  7.     Address     string
  8. }
  9.  
Tags: golang
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement