diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-03-11 10:00:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 10:00:14 +0100 |
| commit | 2d894a01644b22fa8e9f3cdc9555f7fdfeff107a (patch) | |
| tree | 19ebf1b6a914f6c29aaf8c239f379242491f76e9 | |
| parent | 56bfbbf50137ef1f9e551f5a783961cba7d92570 (diff) | |
| parent | ac0f3c84332feb66113db5069fd2126a875f5156 (diff) | |
Merge pull request #2377 from jon-lipstate/spall_pkg_name
resolve doc/spall package name conflict
| -rw-r--r-- | core/prof/spall/spall.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/prof/spall/spall.odin b/core/prof/spall/spall.odin index 5d3fcdf83..6a78c466e 100644 --- a/core/prof/spall/spall.odin +++ b/core/prof/spall/spall.odin @@ -1,4 +1,4 @@ -package prof_spall +package spall import "core:os" import "core:time" |