Skip to content

RaMin0/frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Frame

Use frame to print in frames!

Example

package main

import (
  "github.com/ramin0/frame"
)

func main() {
  frame.Print("Hello, world!")
}
$ go run main.go
#################
# Hello, world! #
#################

Install

$ go get -u -v github.com/ramin0/frame