mirror of
https://github.com/lunchcat/sif.git
synced 2026-06-12 19:11:25 -07:00
d
This commit is contained in:
@@ -16,8 +16,15 @@ var style = lipgloss.NewStyle().
|
||||
PaddingLeft(5).
|
||||
Width(30)
|
||||
|
||||
var subline = lipgloss.NewStyle().
|
||||
Bold(true).
|
||||
Align(lipgloss.Center).
|
||||
PaddingLeft(5).
|
||||
Width(30)
|
||||
|
||||
func main() {
|
||||
fmt.Println(style.Render(" _____________\n__________(_)__ __/\n__ ___/_ /__ /_ \n_(__ )_ / _ __/ \n/____/ /_/ /_/\n\nhttps://sif.sh - man's best friend"))
|
||||
fmt.Println(style.Render(" _____________\n__________(_)__ __/\n__ ___/_ /__ /_ \n_(__ )_ / _ __/ \n/____/ /_/ /_/"))
|
||||
fmt.Println(subline.Render("https://sif.sh - man's best friend"))
|
||||
|
||||
log.Info("Hello World!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user