Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change response data to JSON format in outcome.go
In the outcome.go file, the response data has been changed from a simple input assignment to a JSON format. This change is achieved by marshalling the input using the json.Marshal function.
- Loading branch information