6 lines
86 B
Go
6 lines
86 B
Go
package controller
|
|
|
|
type chapterReview struct{}
|
|
|
|
var ChapterReview = &chapterReview{}
|