Removed local imports

This commit is contained in:
scottwinkler 2018-04-04 23:33:00 -07:00 committed by GitHub
parent c986401ee8
commit 28ed959ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ package pixel
import (
"fmt"
"math"
"github.com/scottwinkler/pixel"
)
// Clamp returns x clamped to the interval [min, max].