mirror of
				https://github.com/jakejarvis/npqueue.git
				synced 2025-11-04 00:00:09 -05:00 
			
		
		
		
	GIN_MODE=release
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
# binary from running `go build`
 | 
			
		||||
npqueue
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@@ -144,7 +144,7 @@ func parsePlayers() (err error) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func loadPlayersJSON() (err error) {
 | 
			
		||||
  jsonFile, err := jsonGet.Get("https://github.com/jakejarvis/npqueue/raw/master/directory.json")
 | 
			
		||||
  jsonFile, err := jsonGet.Get("https://raw.githubusercontent.com/jakejarvis/npqueue/master/directory.json")
 | 
			
		||||
  if err != nil {
 | 
			
		||||
    return
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user