go-ssb-room/web/production.go

7 lines
156 B
Go

// +build !dev
package web
// Production can be used to determain different aspects at compile time (like hot template reloading)
const Production = true