This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
cowyo
Watch
1
Star
0
Fork
0
You've already forked cowyo
mirror of
https://github.com/schollz/cowyo.git
synced
2023-08-10 21:13:00 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
0e93250cc9
cowyo
/
server
/
debug.go
8 lines
78 B
Go
Raw
Normal View
History
Unescape
Escape
Remove unused cgo and split debug/non-debug asset builds It's now much harder to accidentally build a release with debug or old assets.
2018-02-16 02:52:06 +03:00
// +build debug
Initial split (towards a separately mountable cowyo)
2018-04-28 04:32:08 +03:00
package
server
Remove unused cgo and split debug/non-debug asset builds It's now much harder to accidentally build a release with debug or old assets.
2018-02-16 02:52:06 +03:00
func
init
(
)
{
hotTemplateReloading
=
true
}
Reference in New Issue
Copy Permalink