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
// DO NOT EDIT!
package figlet4go
package motdGO
import (
"bytes"

View File

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

View File

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

View File

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

View File

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

View File

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