# 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.
# 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.