# Functions
AddrCompletion convert given raw string to standardized address, if the ip/port part of raw missing, will use ip and port to complete it.
MaxProcessNameLength returns sum of all string length of elements in os.Args.
RenameMyProcess overwrite all args in os.Args, the maxium length of new name is equal to length sum of all os.Args.
ResolveTCPAddr use AddrCompletion to resolve the raw as a tcp address.
ResolveUDPAddr use AddrCompletion to resolve the raw as a udp address.
No description provided by the author
WriteMyPID write current process pid to the given file.