mirror of
https://github.com/KevinMidboe/motdGOi.git
synced 2025-10-29 01:30:25 +00:00
Renamed library from figlet4go to motdGO & updated all references
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
// standard.flf
|
// standard.flf
|
||||||
// DO NOT EDIT!
|
// DO NOT EDIT!
|
||||||
|
|
||||||
package figlet4go
|
package motdGO
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
|||||||
2
char.go
2
char.go
@@ -1,4 +1,4 @@
|
|||||||
package figlet4go
|
package motdGO
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
|||||||
@@ -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"
|
||||||
2
color.go
2
color.go
@@ -1,4 +1,4 @@
|
|||||||
package figlet4go
|
package motdGO
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
|
|||||||
2
font.go
2
font.go
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package figlet4go
|
package motdGO
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
|||||||
Reference in New Issue
Block a user