7 lines
84 B
Go
7 lines
84 B
Go
package lsf
|
|
|
|
// Modul hold information about a module
|
|
type Modul struct {
|
|
Nr int
|
|
}
|