thestrukture/IDE

View on GitHub
api/templates/template_Css.go

Summary

Maintainability
A
0 mins
Test Coverage
F
35%

comment on exported function Css should be of the form "Css ..."
Open

//
Severity: Minor
Found in api/templates/template_Css.go by golint

func bCss should be bCSS
Open

func bCss(d types.Dex) string {
Severity: Minor
Found in api/templates/template_Css.go by golint

func netbCss should be netbCSS
Open

func netbCss(d types.Dex) string {
Severity: Minor
Found in api/templates/template_Css.go by golint

func Css should be CSS
Open

func Css(d types.Dex) string {
Severity: Minor
Found in api/templates/template_Css.go by golint

func cCss should be cCSS
Open

func cCss(args ...interface{}) (d types.Dex) {
Severity: Minor
Found in api/templates/template_Css.go by golint

package comment should be of the form "Package templates ..."
Open

// File generated by Gopher Sauce
Severity: Minor
Found in api/templates/template_Css.go by golint

func netcCss should be netcCSS
Open

func netcCss(args ...interface{}) (d types.Dex) {
Severity: Minor
Found in api/templates/template_Css.go by golint

func netCss should be netCSS
Open

func netCss(args ...interface{}) string {
Severity: Minor
Found in api/templates/template_Css.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

// File generated by Gopher Sauce
Severity: Minor
Found in api/templates/template_Css.go by gofmt

There are no issues that match your filters.

Category
Status