// Copyright 2012 Jimmy Zelinskie. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package jzelinskie

import (
    "net/url"
)

type JimmyZelinskie struct {
    // You can send me a message at these places.
    email, xmpp, irc url.URL

    // You can read my code at these places.
    github, bitbucket, dotfiles url.URL

    // You can connect with me at these places.
    gplus, reddit, linkedin, stackoverflow url.URL
}