ozanh/ugodev

View on GitHub
patcher/patcher.go

Summary

Maintainability
A
50 mins
Test Coverage

Function Gosched has 8 return statements (exceeds 4 allowed).
Open

func Gosched(bc *ugo.Bytecode, callCount int64) (int, error) {
    // Generate following instructions to insert before backward jumps and
    // function start points.
    /*
        0000 CONSTANT <index>
Severity: Major
Found in patcher/patcher.go - About 50 mins to fix

    2: cannot find package "github.com/ozanh/ugo" in any of:
    Open

        "github.com/ozanh/ugo"
    Severity: Minor
    Found in patcher/patcher.go by govet

    package comment is detached; there should be no blank lines between it and the package statement
    Open

    
    
    Severity: Minor
    Found in patcher/patcher.go by golint

    There are no issues that match your filters.

    Category
    Status