add zqdgr

This commit is contained in:
Zoe
2024-11-16 04:30:29 -06:00
parent a458d9ae8c
commit dc6c6d85bf
6 changed files with 56 additions and 2 deletions

8
prod.go Normal file
View File

@@ -0,0 +1,8 @@
//go:build prod
// +build prod
package main
func init() {
devContent = ``
}