This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
package name changed
skytrias
2 years ago
parent
e5d0417a6c
commit
94af3c2887
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
core/text/match/strlib.odin
+ 1
- 1
core/text/match/strlib.odin
View File
@@ -1,4 +1,4 @@
-package
strlib
+package
text_match
import "core:runtime"
import "core:unicode"