Documentation
¶
Overview ¶
message from the author:
+--------------------------------------------------------------+ | * * * ░░░░░░░░░░░░░░░░░░░░ Hello ░░░░░░░░░░░░░░░░░░░░░░░░░░| +--------------------------------------------------------------+ | | | ++ ______________________________________ | | ++++ / \ | | ++++ | | | | ++++++++++ | Feel free to contribute to this | | | +++ | | project or contact me on | | | ++ | | manfred.life if you like this | | | + -== ==| | project! | | | ( <*> <*> | | | | | | /| :) | | | | _) / | | | | | +++ / \______________________________________/ | | \ =+ / | | \ + | | |\++++++ | | | ++++ ||// | | ___| |___ _||/__ __| | / --- \ \| ||| __ _ ___ __ __/ /| |/ | | \ \ / / ' \/ _ \/ // / / | || | | | | | /_/_/_/\___/\_,_/_/ | +--------------------------------------------------------------+
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Inline ¶
Example ¶
package main import ( "fmt" "moul.io/banner" ) func main() { fmt.Println("start of banner") fmt.Println(banner.Inline("hey world.")) fmt.Println("end of banner") }
Output: start of banner _ _ _ | |_ ___ _ _ __ __ __ ___ _ _ | | __| | | ' \ / -_)| || | \ V V // _ \| '_|| |/ _` | _ |_||_|\___| \_, | \_/\_/ \___/|_| |_|\__,_|(_) |__/ end of banner
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.