You've already forked speedtest-go
							
							gofmt
This commit is contained in:
		
							
								
								
									
										3
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								main.go
									
									
									
									
									
								
							@@ -3,11 +3,12 @@ package main
 | 
				
			|||||||
import (
 | 
					import (
 | 
				
			||||||
	"flag"
 | 
						"flag"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						log "github.com/sirupsen/logrus"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"github.com/librespeed/speedtest/config"
 | 
						"github.com/librespeed/speedtest/config"
 | 
				
			||||||
	"github.com/librespeed/speedtest/database"
 | 
						"github.com/librespeed/speedtest/database"
 | 
				
			||||||
	"github.com/librespeed/speedtest/results"
 | 
						"github.com/librespeed/speedtest/results"
 | 
				
			||||||
	"github.com/librespeed/speedtest/web"
 | 
						"github.com/librespeed/speedtest/web"
 | 
				
			||||||
	log "github.com/sirupsen/logrus"
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var (
 | 
					var (
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,12 +9,11 @@ import (
 | 
				
			|||||||
	"strconv"
 | 
						"strconv"
 | 
				
			||||||
	"strings"
 | 
						"strings"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						log "github.com/sirupsen/logrus"
 | 
				
			||||||
	"github.com/umahmood/haversine"
 | 
						"github.com/umahmood/haversine"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"github.com/librespeed/speedtest/config"
 | 
						"github.com/librespeed/speedtest/config"
 | 
				
			||||||
	"github.com/librespeed/speedtest/results"
 | 
						"github.com/librespeed/speedtest/results"
 | 
				
			||||||
 | 
					 | 
				
			||||||
	log "github.com/sirupsen/logrus"
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var (
 | 
					var (
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user