Update UsageGuide.md
This commit is contained in:
parent
698034ceb2
commit
19680e0c7f
@ -25,9 +25,9 @@ dotnet add package IronGo
|
||||
Then import the namespace:
|
||||
|
||||
```csharp
|
||||
using IronGo;
|
||||
using IronGo.AST;
|
||||
using IronGo.Utilities;
|
||||
using MarketAlly.IronGo;
|
||||
using MarketAlly.IronGo.AST;
|
||||
using MarketAlly.IronGo.Utilities;
|
||||
```
|
||||
|
||||
## Parsing Go Code
|
||||
|
||||
Loading…
Reference in New Issue
Block a user