You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,9 @@ gophernotes uses [gomacro](https://github.com/cosmos72/gomacro) under the hood t
203
203
204
204
- third party packages when running natively on Windows - This is a current limitation of the Go `plugin` package.
205
205
- 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.
206
207
- 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.
207
209
- goto is only partially implemented.
208
210
- out-of-order code in the same cell is supported, but not heavily tested. It has some known limitations for composite literals.
0 commit comments