Compare commits
	
		
			1 Commits
		
	
	
		
			3cabf3c229
			...
			761013df81
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 761013df81 | 
@ -65,13 +65,9 @@ func run(scan *bufio.Scanner) (*result, error) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// rx is present.. perform part 2.
 | 
						// rx is present.. perform part 2.
 | 
				
			||||||
	if rx, ok := receivers["rx"]; ok {
 | 
						if rx, ok := receivers["rx"]; ok {
 | 
				
			||||||
		var tip *conjunction
 | 
							tip := m.m[rx[0]].(*conjunction) // panic if missing!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		var lvalues []int
 | 
							var lvalues []int
 | 
				
			||||||
 | 
					 | 
				
			||||||
		if p, ok := m.m[rx[0]].(*conjunction); ok {
 | 
					 | 
				
			||||||
			tip = p
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		for k, v := range tip.pushes {
 | 
							for k, v := range tip.pushes {
 | 
				
			||||||
			for i, h := range makeHistory(v) {
 | 
								for i, h := range makeHistory(v) {
 | 
				
			||||||
				if i == 1 && len(h) > 0 && h[0] > 0 {
 | 
									if i == 1 && len(h) > 0 && h[0] > 0 {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user