Matrix/entities/room/roomController.go
2020-10-01 17:45:57 +02:00

5 lines
50 B
Go

package room
func New() (room *Room) {
return
}