Viewing File: /home/ubuntu/code_review/arcanist/src/lint/linter/__tests__/golint/1.lint-test

package main

import (
    "rand"
)

type Exported string

func main() {
    if rand.Intn(10) > 5 {
        return true
    } else {
        return false
    }
}
~~~~~~~~~~
advice:7:6
advice:12:12
Back to Directory File Manager