diff --git a/README.md b/README.md index 01f4d2c..e31273f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/out/LinuxMintUlyana.dw b/out/LinuxMintUlyana.dw index 751051f..62f1bc0 100644 --- a/out/LinuxMintUlyana.dw +++ b/out/LinuxMintUlyana.dw @@ -1047,6 +1047,12 @@ Desde un directorio **que no sea el GOPATH** GO111MODULE=on go get golang.org/x/tools/gopls@latest +==== golint ==== + + +go get -u golang.org/x/lint/golint + + ===== 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 - ----- - -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: - - -chmod 755 ~/.config/GIMP/2.10/plug-ins/*.py - - - ----- - ===== 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]] diff --git a/out/LinuxMintUlyana.epub b/out/LinuxMintUlyana.epub index a034a12..c029d7d 100644 Binary files a/out/LinuxMintUlyana.epub and b/out/LinuxMintUlyana.epub differ diff --git a/out/LinuxMintUlyana.mw b/out/LinuxMintUlyana.mw index fb24e15..bf14d21 100644 --- a/out/LinuxMintUlyana.mw +++ b/out/LinuxMintUlyana.mw @@ -851,6 +851,9 @@ fi Desde un directorio '''que no sea el GOPATH''' GO111MODULE=on go get golang.org/x/tools/gopls@latest +=== golint === + +go get -u golang.org/x/lint/golint == 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''. @@ -1632,21 +1635,6 @@ gimp-data-extras gimp-gap gmic gimp-gmic gimp-python 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 [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: - -
chmod 755 ~/.config/GIMP/2.10/plug-ins/*.py
- ------ - == 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] diff --git a/out/LinuxMintUlyana.odt b/out/LinuxMintUlyana.odt index 498c36e..b7ace9f 100644 Binary files a/out/LinuxMintUlyana.odt and b/out/LinuxMintUlyana.odt differ diff --git a/out/LinuxMintUlyana.pdf b/out/LinuxMintUlyana.pdf index 7b38406..8b9ff3c 100644 Binary files a/out/LinuxMintUlyana.pdf and b/out/LinuxMintUlyana.pdf differ diff --git a/out/LinuxMintUlyana.tex b/out/LinuxMintUlyana.tex index 0a4469c..23b96e1 100644 --- a/out/LinuxMintUlyana.tex +++ b/out/LinuxMintUlyana.tex @@ -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}} diff --git a/src/400_swdev.md b/src/400_swdev.md index b3cb4c9..32cc9d9 100644 --- a/src/400_swdev.md +++ b/src/400_swdev.md @@ -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