op/paint: move paint package below the op package

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-30 15:51:24 +02:00
parent 8cf35a1f97
commit beaec661d2
11 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"gioui.org/internal/opconst"
"gioui.org/internal/ops"
"gioui.org/op"
"gioui.org/paint"
"gioui.org/op/paint"
"golang.org/x/image/draw"
)