/go-pkg-template

Go Package Template

Primary LanguageMakefileMIT LicenseMIT

The package slogon


This is a template for a go package.

📜 Language

English | 简体中文

✨ Core Features

  • ⚡ Feature 1
  • 🌲 Feature 2
  • 🔥 Feature 3
  • 🔨 Feature 4

⚙️ Usage

go get github.com/elliotxx/go-pkg-template

📖 Examples

package main

import (
	gopkgtemplate "github.com/elliotxx/go-pkg-template"
)

func main() {
	fmt.Println(gopkgtemplate.Hello())
}

Output:

hello world

Enjoy it!

More examples can be seen: ./example_test.go