This website works better with JavaScript
Home
Explore
Help
Sign In
pk
/
gone
mirror of
https://github.com/kpmy/gone.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
some checks
p.kushnir
10 years ago
parent
0b6faabb2a
commit
185d52c034
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
gone.to/main.go
+ 1
- 0
gone.to/main.go
View File
@@ -15,6 +15,7 @@ const (
)
)
func init() {
func init() {
+ assert.For(MaxSensOut <= Nass, 20)
log.SetFlags(0)
log.SetFlags(0)
}
}