Add golint installation

una
Sergio Alvariño 3 years ago
parent b5d91191e9
commit f4247f634b

@ -1164,6 +1164,12 @@ Desde un directorio **que no sea el GOPATH**
GO111MODULE=on go get golang.org/x/tools/gopls@latest
```
### golint
``` bash
go get -u golang.org/x/lint/golint
```
## Processing
Bajamos el paquete de la [página web](https://processing.org/),
@ -2205,22 +2211,6 @@ Para instalar los principales plugins basta con:
sudo apt install gimp-plugin-registry
------------------------------------------------------------------------
Esta sección ya no está vigente
#### resynthesizer
Descargamos el plugin desde
[aquí](https://github.com/bootchk/resynthesizer) y descomprimimos el
fichero en `~/.config/GIMP/2.10/plug-ins`
Tenemos que asegurarnos que los fichero *python* son ejecutables:
chmod 755 ~/.config/GIMP/2.10/plug-ins/*.py
------------------------------------------------------------------------
## Krita
La versión disponible en orígenes de software está bastante por detrás

@ -1047,6 +1047,12 @@ Desde un directorio **que no sea el GOPATH**
GO111MODULE=on go get golang.org/x/tools/gopls@latest
</code>
==== golint ====
<code bash>
go get -u golang.org/x/lint/golint
</code>
===== Processing =====
Bajamos el paquete de la [[https://processing.org/|página web]], descomprimimimos en ''%%~/apps/%%'', en las nuevas versiones incorpora un script de instalación que ya se encarga de crear el fichero //desktop//.
@ -2018,24 +2024,6 @@ Para instalar los principales plugins basta con:
sudo apt install gimp-plugin-registry
</code>
----
Esta sección ya no está vigente
=== resynthesizer ===
Descargamos el plugin desde [[https://github.com/bootchk/resynthesizer|aquí]] y descomprimimos el fichero en ''%%~/.config/GIMP/2.10/plug-ins%%''
Tenemos que asegurarnos que los fichero //python// son ejecutables:
<code>
chmod 755 ~/.config/GIMP/2.10/plug-ins/*.py
</code>
----
===== Krita =====
La versión disponible en orígenes de software está bastante por detrás de la disponible en la web. Basta con descargar el //Appimage// desde la [[https://krita.org|página web]]

Binary file not shown.

@ -851,6 +851,9 @@ fi</syntaxhighlight>
Desde un directorio '''que no sea el GOPATH'''
<syntaxhighlight lang="bash">GO111MODULE=on go get golang.org/x/tools/gopls@latest</syntaxhighlight>
=== golint ===
<syntaxhighlight lang="bash">go get -u golang.org/x/lint/golint</syntaxhighlight>
== Processing ==
Bajamos el paquete de la [https://processing.org/ página web], descomprimimimos en <code>~/apps/</code>, en las nuevas versiones incorpora un script de instalación que ya se encarga de crear el fichero ''desktop''.
@ -1632,21 +1635,6 @@ gimp-data-extras gimp-gap gmic gimp-gmic gimp-python</pre>
Para instalar los principales plugins basta con:
<pre>sudo apt install gimp-plugin-registry</pre>
-----
Esta sección ya no está vigente
==== resynthesizer ====
Descargamos el plugin desde [https://github.com/bootchk/resynthesizer aquí] y descomprimimos el fichero en <code>~/.config/GIMP/2.10/plug-ins</code>
Tenemos que asegurarnos que los fichero ''python'' son ejecutables:
<pre>chmod 755 ~/.config/GIMP/2.10/plug-ins/*.py</pre>
-----
== Krita ==
La versión disponible en orígenes de software está bastante por detrás de la disponible en la web. Basta con descargar el ''Appimage'' desde la [https://krita.org página web]

Binary file not shown.

Binary file not shown.

@ -1604,6 +1604,15 @@ Desde un directorio \textbf{que no sea el GOPATH}
\end{Highlighting}
\end{Shaded}
\hypertarget{golint}{%
\subsubsection{golint}\label{golint}}
\begin{Shaded}
\begin{Highlighting}[]
\ExtensionTok{go}\NormalTok{ get }\AttributeTok{{-}u}\NormalTok{ golang.org/x/lint/golint}
\end{Highlighting}
\end{Shaded}
\hypertarget{processing}{%
\subsection{Processing}\label{processing}}
@ -2897,25 +2906,6 @@ Para instalar los principales plugins basta con:
sudo apt install gimp-plugin-registry
\end{verbatim}
\begin{center}\rule{0.5\linewidth}{0.5pt}\end{center}
Esta sección ya no está vigente
\hypertarget{resynthesizer}{%
\paragraph{resynthesizer}\label{resynthesizer}}
Descargamos el plugin desde
\href{https://github.com/bootchk/resynthesizer}{aquí} y descomprimimos
el fichero en \texttt{\textasciitilde{}/.config/GIMP/2.10/plug-ins}
Tenemos que asegurarnos que los fichero \emph{python} son ejecutables:
\begin{verbatim}
chmod 755 ~/.config/GIMP/2.10/plug-ins/*.py
\end{verbatim}
\begin{center}\rule{0.5\linewidth}{0.5pt}\end{center}
\hypertarget{krita}{%
\subsection{Krita}\label{krita}}

@ -243,6 +243,12 @@ Desde un directorio **que no sea el GOPATH**
GO111MODULE=on go get golang.org/x/tools/gopls@latest
```
### golint
```bash
go get -u golang.org/x/lint/golint
```
## Processing

Loading…
Cancel
Save