Formatted code
This commit is contained in:
@@ -7,7 +7,6 @@ import "net/http"
|
||||
import "git.kundeng.us/phoenix/textsender-api/internal/config"
|
||||
import "git.kundeng.us/phoenix/textsender-api/internal/handler"
|
||||
|
||||
|
||||
func main() {
|
||||
fmt.Println(config.APP_NAME)
|
||||
|
||||
|
||||
@@ -12,4 +12,3 @@ func RespondWithJSON(w http.ResponseWriter, statusCode int, data interface{}) {
|
||||
log.Printf("Error encoding JSON: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user