mirror of
https://github.com/KevinMidboe/motdGO.git
synced 2025-10-28 17:20:24 +00:00
Renamed library from figlet4go to motdGO & updated all references
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// standard.flf
|
||||
// DO NOT EDIT!
|
||||
|
||||
package figlet4go
|
||||
package motdGO
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
@@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/mbndr/figlet4go"
|
||||
"github.com/kevinmidboe/motdGO"
|
||||
"log"
|
||||
"os"
|
||||
"strings"
|
||||
2
font.go
2
font.go
@@ -1,4 +1,4 @@
|
||||
package figlet4go
|
||||
package motdGO
|
||||
|
||||
// Explanation of the .flf file header
|
||||
// THE HEADER LINE
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package figlet4go
|
||||
package motdGO
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
Reference in New Issue
Block a user