Renamed library from figlet4go to motdGO & updated all references

This commit is contained in:
2023-08-13 19:56:36 +02:00
parent 55130e1711
commit 7ed608e205
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
// standard.flf // standard.flf
// DO NOT EDIT! // DO NOT EDIT!
package figlet4go package motdGO
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package figlet4go package motdGO
import ( import (
"errors" "errors"

View File

@@ -3,7 +3,7 @@ package main
import ( import (
"flag" "flag"
"fmt" "fmt"
"github.com/mbndr/figlet4go" "github.com/kevinmidboe/motdGO"
"log" "log"
"os" "os"
"strings" "strings"

View File

@@ -1,4 +1,4 @@
package figlet4go package motdGO
import ( import (
"encoding/hex" "encoding/hex"

View File

@@ -1,4 +1,4 @@
package figlet4go package motdGO
// Explanation of the .flf file header // Explanation of the .flf file header
// THE HEADER LINE // THE HEADER LINE

View File

@@ -1,4 +1,4 @@
package figlet4go package motdGO
import ( import (
"errors" "errors"