aloha

package module
v0.0.0-...-ffc4472 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

README

aloha

go module demo package.

just for fun, please don't use in production.

GoDoc License GitHub Action Workflow Go Report Card

Documentation

Overview

Package aloha is yet another simple demo package with greetings in Hawaiian.

Content:

| Action    | English | Hawaiian |
| --------- | ------- | -------- |
| Welcome   | Hello   | Aloha    |
| Farewell  | Goodbye | Aloha    |
| Gratitude | Thanks  | Mahalo   |

Enjoy it!

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Goodbye

func Goodbye() string

Goodbye returns a farewell greeting in Hawaiian.

func Greet

func Greet() string

Greet returns a random greeting in Hawaiian.

func Hello

func Hello() string

Hello returns a simple greeting in Hawaiian.

Example
package main

import (
	"fmt"

	"github.com/1e6/aloha"
)

func main() {
	fmt.Println(aloha.Hello())
}
Output:

Aloha!

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL