Moved over to ssgod because super-saiyan-god would produce binaries with that name. Now go get -tool should work.

master
Zed A. Shaw 3 weeks ago
parent d897d8375e
commit d3d581c783
  1. 2
      go.mod
  2. 2
      main.go

@ -1,4 +1,4 @@
module git.learnjsthehardway.com/learn-code-the-hard-way/super-saiyan-god module git.learnjsthehardway.com/learn-code-the-hard-way/ssgod
go 1.24.2 go 1.24.2

@ -12,7 +12,7 @@ import (
"flag" "flag"
"time" "time"
"text/template" "text/template"
"git.learnjsthehardway.com/learn-code-the-hard-way/super-saiyan-god/config" "git.learnjsthehardway.com/learn-code-the-hard-way/ssgod/config"
"github.com/yuin/goldmark" "github.com/yuin/goldmark"
"github.com/fsnotify/fsnotify" "github.com/fsnotify/fsnotify"
) )

Loading…
Cancel
Save