A question about sending request through UniversalRouter
Recently I’m developing a program in go language, I want to send a request to UniversalRouter (which is provided by Uniswap) with command TRANSFER (command=0x05), the program is simple, and I can transfer ERC20 token without UniversalRouter but it always failed by using the command TRANSFER(0x05) through UniversalRouter. Here is the code to pack parameters in go language: