Remove unused packages

This commit is contained in:
gingerBill
2018-05-27 23:33:10 +01:00
parent 547a2831c7
commit a513b47780
5 changed files with 32 additions and 18 deletions
+1 -1
View File
@@ -1,13 +1,13 @@
package runtime
import "core:os"
import "core:unicode/utf8"
import "core:raw"
import "core:mem"
// Naming Conventions:
// In general, Ada_Case for types and snake_case for values
//
// Package Name: snake_case (but prefer single word)
// Import Name: snake_case (but prefer single word)
// Types: Ada_Case
// Enum Values: Ada_Case