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

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