Skip to content

Commit 060639a

Browse files
committed
update section [Limitations] in README.md
1 parent e4e83a8 commit 060639a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ gophernotes uses [gomacro](https://github.com/cosmos72/gomacro) under the hood t
203203
204204
- third party packages when running natively on Windows - This is a current limitation of the Go `plugin` package.
205205
- some corner cases on interpreted interfaces, as interface -> interface type switch and type assertion, are not implemented yet.
206+
- some corner cases on recursive types may not work correctly.
206207
- conversion from typed constant to interpreted interface is not implemented. Workaround: assign the constant to a variable, then convert the variable to the interpreted interface type.
208+
- conversions from/to unsafe.Pointer are not supported.
207209
- goto is only partially implemented.
208210
- out-of-order code in the same cell is supported, but not heavily tested. It has some known limitations for composite literals.
209211

0 commit comments

Comments
 (0)