gopheracademy/gcon

View on GitHub
models/workshop.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function GetWorkshops should have comment or be unexported
Open

func GetWorkshops() []Workshop {
Severity: Minor
Found in models/workshop.go by golint

exported type Workshop should have comment or be unexported
Open

type Workshop struct {
Severity: Minor
Found in models/workshop.go by golint

There are no issues that match your filters.

Category
Status