jus := []joinedUser{} err = engine. Join("INNER", subQuery, "users.id = friends.friend_id"). Find(&jus) if err != nil { log.Println(err) return }