LSF/module.go

7 lines
84 B
Go
Raw Permalink Normal View History

2019-10-05 20:32:39 +02:00
package lsf
// Modul hold information about a module
2019-10-05 20:32:39 +02:00
type Modul struct {
Nr int
}