Skip to content

Instantly share code, notes, and snippets.

View ebkn's full-sized avatar
🏠
Working from home

Kenichi Ebinuma ebkn

🏠
Working from home
View GitHub Profile
package main
type Client struct {
NumOfPeople int
}
func (m *Client) Enter(res Restaurant) {}
type Restaurant struct {
Clerk []Clerk