Browse Source

Fixed package and module

  We should be ready to go get git.red-green.com/david/htmlhelp
Apollo 2 years ago
parent
commit
ca83e2ded6
3 changed files with 6 additions and 2 deletions
  1. 3 1
      go.mod
  2. 2 0
      go.sum
  3. 1 1
      html-help.go

+ 3 - 1
go.mod

@@ -1,3 +1,5 @@
-module git.red-green.com/david/html-help
+module git.red-green.com/david/htmlhelp
 
 go 1.20
+
+require golang.org/x/net v0.8.0 // indirect

+ 2 - 0
go.sum

@@ -0,0 +1,2 @@
+golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ=
+golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=

+ 1 - 1
html-help.go

@@ -1,4 +1,4 @@
-package git.red-green.com/david/html-help
+package htmlhelp
 
 import (
 	"fmt"