diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-06-03 13:31:20 -0600 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-06-03 13:31:20 -0600 |
commit | 790a78e3cf1ec8610699ed34255d459f84a92a18 (patch) | |
tree | a62702ae158c36167e3047f7be5d16197cff0859 /ca-es/go-ca.html.markdown | |
parent | 29bf4c1b9f353fa3321f663dc52c1b227a1ed9e5 (diff) |
Remove bare links
Diffstat (limited to 'ca-es/go-ca.html.markdown')
-rw-r--r-- | ca-es/go-ca.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ca-es/go-ca.html.markdown b/ca-es/go-ca.html.markdown index 7bec4ba4..dc6a6748 100644 --- a/ca-es/go-ca.html.markdown +++ b/ca-es/go-ca.html.markdown @@ -432,8 +432,8 @@ func requestServer() { ## Més informació -L'arrel de tot en Go és la web oficial [official Go web site] -(https://go.dev/). Allà es pot seguir el tutorial, jugar interactivament +L'arrel de tot en Go és la web oficial [official Go web site](https://go.dev/). +Allà es pot seguir el tutorial, jugar interactivament i llegir molt més del que hem vist aquí.En el "tour", [the docs](https://go.dev/doc/) conté informació sobre com escriure codi net i efectiu en Go, comandes per empaquetar i generar documentació, i |