Skip to content

Commit

Permalink
go support Imports mention in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Jul 26, 2022
1 parent 72f0527 commit 589f307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ let alphabet = String::from\_utf8(
println!("-> {}", alphabet);
```

- **Import** : Support external imports, so you don't have to select the top-of-file import to test a 'bloc-mode-style' code selection somewhere else.
- **Import** : Support external imports, so you can test blocs of code that also depends on that external library import.
>
<ul>
<li><span style="color:grey"><b>File</b> : Sniprun will recursively find the missing variable and function definitions to run your line of code(you don't have to select a bloc anymore).</span>
Expand All @@ -436,7 +436,7 @@ println!("-> {}", alphabet);
| Coffeescript | Bloc | No |
| D | Bloc | No |
| F# | Bloc | No, but _could_ \*\* |
| Go | Bloc | No |
| Go | Import | No |
| Haskell | Line | No |
| Java | Bloc | No |
| JavaScript | Bloc | Yes\*\* (Deno) |
Expand Down

0 comments on commit 589f307

Please sign in to comment.