This value indicates whether enable pprof or not, default is false, and you can use following address to see goroutine execution status once you enable this feature.
Go compiles program to binary file, you only need to copy this binary to your server and run it. Because Beego uses MVC model, so you may have folders for static files, configuration files and template files, so you have to copy those files as well. Here is a real example for deployment.
$ mkdir /opt/app/beepkg
$ cp beepkg /opt/app/beepkg
...
...
@@ -953,7 +952,7 @@ Go霂剛銝銝芯辣嚗閬opy餈
$ cp -fr static /opt/app/beepkg
$ cp -fr conf /opt/app/beepkg
这样在`/opt/app/beepkg`目录下面就会显示如下的目录结构:
Here is the directory structure pf `/opt/app/beepkg`.