Skip to content

Reishimanfr/tipitipi-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"