We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8422318 commit d10449aCopy full SHA for d10449a
utils/str/logs.go
@@ -16,6 +16,6 @@ func PrintOpenIoTHubLogo() {
16
fmt.Println("' .-. ' ,---. ,---. ,--,--, | | ,---.'--. .--'| '--' |,--.,--.| |-. ")
17
fmt.Println("| | | || .-. || .-. :| \\| || .-. | | | | .--. || || || .-. ' ")
18
fmt.Println("' '-' '| '-' '\\ --.| || || |' '-' ' | | | | | |' '' '| `-' | ")
19
- fmt.Println(" `-----' | |-' `----'`--''--'`--' `---' `--' `--' `--' `----' `---' ")
20
- fmt.Println(" `--' ")
+ fmt.Println(" `-----' | |-' `----'`--''--'`--' `---' `--' `--' `--' `----' `---' ")
+ fmt.Println(" `--' form https://github.com/OpenIoTHub/gateway-go ")
21
}
0 commit comments