mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
Fix inline #raw_union bug in issue #87
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import (
|
||||
"raw.odin";
|
||||
)
|
||||
// Naming Conventions:
|
||||
// In general, PascalCase for types and snake_case for values
|
||||
// In general, Ada_Case for types and snake_case for values
|
||||
//
|
||||
// Import Name: snake_case (but prefer single word)
|
||||
// Types: Ada_Case
|
||||
|
||||
Reference in New Issue
Block a user