Skip to content

Instantly share code, notes, and snippets.

View carlisia's full-sized avatar
:octocat:
🎉 ‼️ 🙋‍♀️ 😜 👀 🌟 🌈 ☀️ 💯

Carlisia Campos carlisia

:octocat:
🎉 ‼️ 🙋‍♀️ 😜 👀 🌟 🌈 ☀️ 💯
View GitHub Profile

Atom - Git

View history

ctrl-alt-h

Git blame

alt-b

Atom - Go

Goto definition

@carlisia
carlisia / gist:a2469b802f9dc6ac96a5
Created January 19, 2016 21:54
List of tech podcasts
.
@carlisia
carlisia / LICENSE
Created October 30, 2015 18:15
William Kennedy at SD Gophers October Meetup - Transcript by @francismakes
The MIT License (MIT)
Copyright (c) 2015 Francis Batac
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@carlisia
carlisia / gist:b20e4456684596795da8
Last active September 24, 2015 12:12
Go Tools
.
@carlisia
carlisia / gist:2e2b2575d40a84be94de
Created September 9, 2015 19:29
MatterMost Feedback
.
@carlisia
carlisia / gist:fdea314deb565cc0cc36
Last active September 11, 2015 23:38
Blogs about Go
We couldn’t find that file to show.
☻ ./labyrinth daedalus --help ruby-2.2.0p0 master 109bbc4 ✗
panic: shorthand redefinition
goroutine 1 [running]:
github.com/spf13/pflag.(*FlagSet).AddFlag(0xc20805ab80, 0xc2080a0510)
/Users/carlisiacampos/devgo/src/github.com/spf13/pflag/flag.go:545 +0xb8f
github.com/spf13/cobra.func·019(0xc2080a0510)
/Users/carlisiacampos/devgo/src/github.com/spf13/cobra/command.go:1069 +0x8c
github.com/spf13/pflag.(*FlagSet).VisitAll(0xc20805ac80, 0xc208063770)
/Users/carlisiacampos/devgo/src/github.com/spf13/pflag/flag.go:234 +0x88
@carlisia
carlisia / gist:c7b791b13b2b98d0c08d
Created September 5, 2015 23:53
cat commands/author.go
~/devgo/src/github.com/carlisia/gc6-carlisia
☻ cat commands/author.go ruby-2.2.0p0 master 109bbc4 ✗
// Copyright © 2015 Steve Francia <spf@spf13.com>.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
@carlisia
carlisia / gist:e0019776fc6db368f1dc
Created September 5, 2015 23:50
cat commands/labyrinth.go
~/devgo/src/github.com/carlisia/gc6-carlisia
☻ cat commands/labyrinth.go ruby-2.2.0p0 master 109bbc4 ✗
// Copyright © 2015 Steve Francia <spf@spf13.com>.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//