Browse Source

some checks

p.kushnir 10 years ago
parent
commit
185d52c034
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gone.to/main.go

+ 1 - 0
gone.to/main.go

@@ -15,6 +15,7 @@ const (
 )
 )
 
 
 func init() {
 func init() {
+	assert.For(MaxSensOut <= Nass, 20)
 	log.SetFlags(0)
 	log.SetFlags(0)
 }
 }