LSF/module.go
2019-10-06 19:20:57 +02:00

7 lines
84 B
Go

package lsf
// Modul hold information about a module
type Modul struct {
Nr int
}