6 lines
43 B
Go
6 lines
43 B
Go
|
package lsf
|
||
|
|
||
|
type Modul struct {
|
||
|
Nr int
|
||
|
}
|