Posts by Pedro Guilherme • 25 points
2 posts
-
0
votes1
answer39
viewsQ: Go function with parameters instead of name?
Hello, I would like to understand how functions work in the Go language, I made a code to assemble the data structure Stack and I came across two functions that in place of the name has a…
-
2
votes1
answer1598
viewsQ: Error doing GET search with queries
Hello, I created in my application a GET wheel /search, but when I try to send a request with queries by the Inuit application, the node terminal returns two errors, the first is: Typeerror: Cannot…