Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello

just say hello

Install

import code

go get github.com/DJC1412/hello@latest

install cmd

go install github.com/DJC1412/hello/cmd/hello@latest

Example

Here's a simple example as follows:

package main

import (
  "fmt"
  "github.com/DJC1412/hello"
)

func main() {
  result := hello.Hello("jack")
  fmt.Println(result)
}

About

say hello

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages