sprechstunden-go/tutor.go
2022-08-24 08:16:27 +02:00

9 lines
84 B
Go

// tutor
package main
type Tutor struct {
Id int
Name string
Email string
}