cmd

package
v0.0.0-...-b3592b1 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2018 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Copyright © 2018 xztaityozx

Index

Constants

View Source
const (
	TMP_PATH string = "/tmp/nandokuka_tmp"
)

Variables

View Source
var JPBASE64_DECODE_TABLE = map[string]string{
	"ず": "a",
	"せ": "b",
	"ぜ": "c",
	"そ": "d",
	"ぞ": "e",
	"た": "f",
	"だ": "g",
	"ち": "h",
	"ぢ": "i",
	"っ": "j",
	"つ": "k",
	"づ": "l",
	"て": "m",
	"で": "n",
	"と": "o",
	"ど": "p",
	"な": "q",
	"に": "r",
	"ぬ": "s",
	"ね": "t",
	"の": "u",
	"は": "v",
	"ば": "w",
	"ぱ": "x",
	"ひ": "y",
	"び": "z",
	"む": "A",
	"ぁ": "B",
	"あ": "C",
	"ぃ": "D",
	"い": "E",
	"ぅ": "F",
	"う": "G",
	"ぇ": "H",
	"え": "I",
	"ぉ": "J",
	"お": "K",
	"か": "L",
	"が": "M",
	"き": "N",
	"ぎ": "O",
	"く": "P",
	"ぐ": "Q",
	"け": "R",
	"げ": "S",
	"こ": "T",
	"ご": "U",
	"さ": "V",
	"ざ": "W",
	"し": "X",
	"じ": "Y",
	"す": "Z",
}
View Source
var JPBASE64_ENCODE_TABLE = map[string]string{
	"a": "ず",
	"b": "せ",
	"c": "ぜ",
	"d": "そ",
	"e": "ぞ",
	"f": "た",
	"g": "だ",
	"h": "ち",
	"i": "ぢ",
	"j": "っ",
	"k": "つ",
	"l": "づ",
	"m": "て",
	"n": "で",
	"o": "と",
	"p": "ど",
	"q": "な",
	"r": "に",
	"s": "ぬ",
	"t": "ね",
	"u": "の",
	"v": "は",
	"w": "ば",
	"x": "ぱ",
	"y": "ひ",
	"z": "び",
	"A": "む",
	"B": "ぁ",
	"C": "あ",
	"D": "ぃ",
	"E": "い",
	"F": "ぅ",
	"G": "う",
	"H": "ぇ",
	"I": "え",
	"J": "ぉ",
	"K": "お",
	"L": "か",
	"M": "が",
	"N": "き",
	"O": "ぎ",
	"P": "く",
	"Q": "ぐ",
	"R": "け",
	"S": "げ",
	"T": "こ",
	"U": "ご",
	"V": "さ",
	"W": "ざ",
	"X": "し",
	"Y": "じ",
	"Z": "す",
}

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

This section is empty.

Jump to

Keyboard shortcuts

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