Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 381 Bytes

How to build

After cloning the repository run

go build -tags=jsoniter .

This will build the backend server with jsoniter which is a faster alternative to encoding/json

You can also build the backend server with debug data stripped:

-ldflags "-s -w"