Skip to content

Instantly share code, notes, and snippets.

View efairon's full-sized avatar

Eric Fairon efairon

View GitHub Profile
// Social Network addresses of a person
message SocialNetwork {
// facebook account name
string Facebook = 1 [json_name = "facebook", (gogoproto.jsontag) = "facebook", (gogoproto.moretags) = "bson:\"facebook,omitempty\""];
// Twitter account name
string Twitter = 2 [json_name = "twitter", (gogoproto.jsontag) = "twitter", (gogoproto.moretags) = "bson:\"twitter,omitempty\""];
// LinkedIn account name
string Linkedin = 3 [json_name = "linkedin", (gogoproto.jsontag) = "linkedin", (gogoproto.moretags) = "bson:\"linkedin,omitempty\""];
// Instagram account name
string Instagram = 4 [json_name = "instagram", (gogoproto.jsontag) = "instagram", (gogoproto.moretags) = "bson:\"instagram,omitempty\""];

Keybase proof

I hereby claim:

  • I am efairon on github.
  • I am frontware (https://keybase.io/frontware) on keybase.
  • I have a public key ASD5sM0iMOHKULUiX69Okg6zlYH0M1Ay0liJrvdcFcIVcQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am efairon on github.
  • I am frontware (https://keybase.io/frontware) on keybase.
  • I have a public key ASD5sM0iMOHKULUiX69Okg6zlYH0M1Ay0liJrvdcFcIVcQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am frontware on github.
  • I am frontware (https://keybase.io/frontware) on keybase.
  • I have a public key ASD5sM0iMOHKULUiX69Okg6zlYH0M1Ay0liJrvdcFcIVcQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am frontware on github.
  • I am frontware (https://keybase.io/frontware) on keybase.
  • I have a public key ASD5sM0iMOHKULUiX69Okg6zlYH0M1Ay0liJrvdcFcIVcQo

To claim this, I am signing this object:

@efairon
efairon / 0_reuse_code.js
Created February 20, 2016 11:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console