package
0.0.0-20200319063725-5a29284005cc
Repository: https://github.com/helloworldpark/tickle-stock-watcher.git
Documentation: pkg.go.dev

# Functions

Decrypt Decrypts message.
Encrypt Encrypts message.
GetDouble parses string into float64 s: string, comma allowed if parsing fails: panics.
GetInt parses string into int s: string, comma allowed if parsing fails: panics.
GetInt64 parses string into int64 s: string, comma allowed if parsing fails: panics.
GetTimestamp returns timestamp from string value given layout.
InvokeGoroutine Invoke goroutine with handling panicking Sends log to GCE with stack trace https://jacking75.github.io/go_spew/.
MaxInt Maximum of two numbers.
MaxInt64 Maximum of two numbers.
MinInt Minimum of two numbers.
MinInt64 Minimum of two numbers.
No description provided by the author
NewTaggedError generates an error generator given a tag.
Now returns time.Now() of Asia/Seoul.
ResetEncryptionKey Use this to change the encryption key.
Today returns today's time.Time of Asia/Seoul.
Unix converts timestamp to time in Seoul.

# Constants

BUY const.
DEV Phase DEV.
RC Phase RC.
REAL Phase REAL.
SELL const.

# Variables

AsiaSeoul is the timezone of Asia/Seoul.
PHASE Phase of the server.

# Structs

No description provided by the author
Ref is a simple struct for reference counting.

# Interfaces

ReferenceCounting is an interface for reference counting structs.

# Type aliases

MetaError generates an error with a cached tag.