diff options
| author | gingerBill <bill@gingerbill.org> | 2019-12-31 12:27:31 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-12-31 12:27:31 +0000 |
| commit | 42678848b23db26512fa0e06a1ededf6fabce85d (patch) | |
| tree | fc72147a036791c91bc714744c3e734b9a730f6a /core/math/bits | |
| parent | ab52f8d795ca836925162b8ba92d0a77ea7db50a (diff) | |
Rename math/bits package name to `math_bits`
Diffstat (limited to 'core/math/bits')
| -rw-r--r-- | core/math/bits/bits.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/bits/bits.odin b/core/math/bits/bits.odin index 33f7f86ee..4075d1ac0 100644 --- a/core/math/bits/bits.odin +++ b/core/math/bits/bits.odin @@ -1,4 +1,4 @@ -package bits +package math_bits import "core:os" |