lougo

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2016 License: MIT Imports: 5 Imported by: 0

README

ルーGo変換

Lougo is a golang version of perl5 ルー語変換 library Acme::Lou.

Example

package main

import (
	"fmt"

	"github.com/tomill/lougo"
)

func main() {
	out, _ := lougo.Lou("信頼と安心のルー語となるよう邁進してまいります。")

	fmt.Printf(out)
	// Output: トラストとピースオブマインドのルーランゲージとなるようプッシュフォワードしてまいります。
}

See also

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Assets = assets.NewFileSystem(map[string][]string{"/": []string{"data"}, "/data": []string{"loudic.txt"}}, map[string]*assets.File{
	"/": &assets.File{
		Path:     "/",
		FileMode: 0x800001ed,
		Mtime:    time.Unix(1474267452, 1474267452225123511),
		Data:     nil,
	}, "/data": &assets.File{
		Path:     "/data",
		FileMode: 0x800001ed,
		Mtime:    time.Unix(1474266077, 1474266077859128728),
		Data:     nil,
	}, "/data/loudic.txt": &assets.File{
		Path:     "/data/loudic.txt",
		FileMode: 0x1a4,
		Mtime:    time.Unix(1474265412, 1474265412841117207),
		Data:     []byte(assetsb311f409162c39c2eb95229d67c0a1c62dcaa2c3),
	}}, "")

Assets is a accessor to go-assets FileSystem

Functions

func Lou

func Lou(input string) (output string, err error)

Lou returns filtered input text like as Lou Ohshiba. Let's together!!

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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