how to use the static library of go language when compiling, such as hello.a, I want to package a package of go language into a static library, and then do not provide the source code, let other go programs use this static library directly, how to implement it, ask for help.