Gr1N/revel-gorm

View on GitHub
app/db.go

Summary

Maintainability
A
0 mins
Test Coverage

exported var DB should have comment or be unexported
Open

    DB *gorm.DB
Severity: Minor
Found in app/db.go by golint

exported function InitDB should have comment or be unexported
Open

func InitDB() *gorm.DB {
Severity: Minor
Found in app/db.go by golint

There are no issues that match your filters.

Category
Status