Skip to content

Instantly share code, notes, and snippets.

/*1. самый дешевый телефон с самой большой памятью и черного цвета*/
/*2. чем отличается розовый айфон о
*/
var phones = [
{model:'iPhone',
price: 5500,
color: 'black',
memory: '8GB'},
{model:'iPhone',
price: 6500,
@olivere
olivere / geo_distance_query.go
Created September 7, 2016 11:08
Elastic geo distance query
package main
import (
"encoding/json"
"fmt"
"log"
"os"
elastic "gopkg.in/olivere/elastic.v3"
)