diff options
author | Marcel Ribeiro-Dantas <ribeirodantasdm@gmail.com> | 2024-06-21 02:11:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 02:11:51 -0300 |
commit | 30edebae889893e1b657b1a2326576450f2f56d4 (patch) | |
tree | 3af5406b8c1e08c9ffac81a9db86cb7b62dffbf6 /ca-es/go-ca.html.markdown | |
parent | 7611e1f1904619b58333a8c564500d9cb2b584d9 (diff) | |
parent | 790a78e3cf1ec8610699ed34255d459f84a92a18 (diff) |
Merge pull request #4969 from verhovsky/remove-bare-links
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 82801ce1..bdfd498f 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 |