|
In my code,i want to use any check slice data,but my slice is about []string,i don't kown how to get element about slice in my expression. In your example: type Env struct { func main() { } In my example: func main() { } the code compile error:Error compiling expression: expected name |
Answered by
antonmedv
Nov 30, 2023
Replies: 1 comment
|
Use # |
0 replies
Answer selected by
antonmedv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use #