mirror of
https://github.com/SrIzan10/sern-cli.git
synced 2026-05-01 11:05:17 +00:00
10 lines
108 B
Go
10 lines
108 B
Go
package initialize
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func Initialize() {
|
|
fmt.Println("Initialize a new Sern project.")
|
|
}
|