How Beego framework provides sandbox environment for testing of GOLANG applications?

I am using Golang for Backend development and using Beego Framework for that purpose. Now I want to implement sandbox environment for (testing) to test the functionalities of my application by giving him some test data and checking out the desired results before deployment. But don’t know how to do this stuff in Beego Framework.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.