// Package common is the public, reusable module of service.xpcool.com. // // It contains only code that is independent of internal/ — anything here can // be shared across services inside the repository, or extracted into a // standalone library later without touching business code. // // Current layout: // // common/tools shared utility toolbox (md5, cryptox, uuid, ...) package common