|
|
|
|
|
by eka1
1153 days ago
|
|
Interesting, I asked it this: > Me: Write a golang function to get a http request, following the API of the get function in Python requests library. > Bard: Sure, here is a Golang function to get an HTTP request with an API similar to the requests.get() function in Python: It produced a function that takes url and parameters. Decent first approximation. ChatGPT has trouble with this (when I tried a couple months back) |
|