diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-04-18 22:46:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-18 22:46:26 +0200 |
| commit | 545e6a2874fe96c3d6dbce294705cca2f452b449 (patch) | |
| tree | 126e4f2b6c1e73bac1e8ea5a1a1c1992eb84ad45 /tools | |
| parent | c02b07267c94813491ba19c606edf5b4e956e4a9 (diff) | |
| parent | 88ec53bed3a487a26d747d84015ae2bd0ecafd4a (diff) | |
Merge pull request #356 from Feoramund/move-core-base
Move packages to new base collection
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/odinfmt/flag/flag.odin | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/odinfmt/flag/flag.odin b/tools/odinfmt/flag/flag.odin index 88dc1f8..b10f981 100644 --- a/tools/odinfmt/flag/flag.odin +++ b/tools/odinfmt/flag/flag.odin @@ -1,6 +1,7 @@ package flag -import "core:runtime" +import "base:runtime" + import "core:strings" import "core:reflect" import "core:fmt" |