From 9c7b124846baaa0c5f2267d81c1e4dd555b90d83 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio <23226432+hyperreal64@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:35:36 -0500 Subject: [PATCH] Add hugo --- install-go-tools | 1 + 1 file changed, 1 insertion(+) diff --git a/install-go-tools b/install-go-tools index 4fce6f4..92071cb 100755 --- a/install-go-tools +++ b/install-go-tools @@ -5,3 +5,4 @@ go install github.com/fatih/gomodifytags@latest go install github.com/cweill/gotests/...@latest go install github.com/x-motemen/gore/cmd/gore@latest go install golang.org/x/tools/cmd/guru@latest +go install github.com/gohugoio/hugo@latest