mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 08:57:07 +08:00
5 lines
50 B
Go
5 lines
50 B
Go
package main
|
|
|
|
type Customer struct {
|
|
id string
|
|
}
|