config demo
This commit is contained in:
		
							parent
							
								
									a7d6a128aa
								
							
						
					
					
						commit
						f8d245a06b
					
				| 
						 | 
					@ -36,7 +36,6 @@ func TestLoad(t *testing.T) {
 | 
				
			||||||
			CookieKey:   "k",
 | 
								CookieKey:   "k",
 | 
				
			||||||
			CookieValue: "2",
 | 
								CookieValue: "2",
 | 
				
			||||||
			Timeout:     time.Second * 10,
 | 
								Timeout:     time.Second * 10,
 | 
				
			||||||
			Config:      config(),
 | 
					 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if err := manage.Load(load); err != nil {
 | 
						if err := manage.Load(load); err != nil {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue