// Package log is a child of package api to handle api calls concerning log files package log const ( LOG_PUBLIC_ERRORS = "public_errors.log" LOG_ACCOUNT_ERRORS = "account_errors.log" LOG_SERVER_ERRORS = "server/logs/server_errors.log" LOG_PUBLIC_LOAD = "public_load_time.log" )