mirror of
https://github.com/mum4k/termdash.git
synced 2025-04-25 13:48:50 +08:00
Moving numbers to internal subdirectory.
This commit is contained in:
parent
923d57f442
commit
55efbe07fe
@ -19,7 +19,7 @@ import (
|
||||
"fmt"
|
||||
"image"
|
||||
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
)
|
||||
|
||||
// Size returns the size of the provided area.
|
||||
|
@ -22,7 +22,7 @@ import (
|
||||
|
||||
"github.com/mum4k/termdash/internal/canvas/braille"
|
||||
"github.com/mum4k/termdash/internal/cell"
|
||||
"github.com/mum4k/termdash/numbers/trig"
|
||||
"github.com/mum4k/termdash/internal/numbers/trig"
|
||||
)
|
||||
|
||||
// BrailleCircleOption is used to provide options to BrailleCircle.
|
||||
|
@ -22,7 +22,7 @@ import (
|
||||
|
||||
"github.com/mum4k/termdash/internal/canvas/braille"
|
||||
"github.com/mum4k/termdash/internal/cell"
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
)
|
||||
|
||||
// braillePixelChange represents an action on a pixel on the braille canvas.
|
||||
|
@ -23,7 +23,7 @@ import (
|
||||
"math"
|
||||
|
||||
"github.com/mum4k/termdash/internal/draw/segdisp/segment"
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
)
|
||||
|
||||
// hvSegType maps horizontal and vertical segments to their type.
|
||||
|
@ -21,7 +21,7 @@ import (
|
||||
"math"
|
||||
"sort"
|
||||
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
)
|
||||
|
||||
// CirclePointAtAngle given an angle in degrees and a circle midpoint and
|
@ -20,7 +20,7 @@ import (
|
||||
"image"
|
||||
|
||||
"github.com/mum4k/termdash/internal/canvas/braille"
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
)
|
||||
|
||||
// startEndAngles given progress indicators and the desired start angle and
|
||||
|
@ -27,7 +27,7 @@ import (
|
||||
"github.com/mum4k/termdash/internal/canvas/braille"
|
||||
"github.com/mum4k/termdash/internal/cell/runewidth"
|
||||
"github.com/mum4k/termdash/internal/draw"
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
"github.com/mum4k/termdash/terminalapi"
|
||||
"github.com/mum4k/termdash/widgetapi"
|
||||
)
|
||||
|
@ -20,7 +20,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/mum4k/termdash/internal/canvas/braille"
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
)
|
||||
|
||||
// YScaleMode determines whether the Y scale is anchored to the zero value.
|
||||
|
@ -20,7 +20,7 @@ import (
|
||||
"fmt"
|
||||
"math"
|
||||
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
)
|
||||
|
||||
// Value represents one value.
|
||||
|
@ -27,7 +27,7 @@ import (
|
||||
"github.com/mum4k/termdash/internal/canvas/braille"
|
||||
"github.com/mum4k/termdash/internal/cell"
|
||||
"github.com/mum4k/termdash/internal/draw"
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
"github.com/mum4k/termdash/terminalapi"
|
||||
"github.com/mum4k/termdash/widgetapi"
|
||||
"github.com/mum4k/termdash/widgets/linechart/axes"
|
||||
|
@ -22,7 +22,7 @@ import (
|
||||
|
||||
"github.com/mum4k/termdash/internal/mouse"
|
||||
"github.com/mum4k/termdash/internal/mouse/button"
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
"github.com/mum4k/termdash/terminalapi"
|
||||
"github.com/mum4k/termdash/widgets/linechart/axes"
|
||||
)
|
||||
|
@ -21,7 +21,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/mum4k/termdash/internal/cell/runewidth"
|
||||
"github.com/mum4k/termdash/numbers"
|
||||
"github.com/mum4k/termdash/internal/numbers"
|
||||
)
|
||||
|
||||
// sparks are the characters used to draw the SparkLine.
|
||||
|
Loading…
x
Reference in New Issue
Block a user