package main import ( "XProxy/next/assets" _ "XProxy/next/logger" ) func main() { assets.Demo() }