Skip to content

go-phoenix-chandler/talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talks - go-phoenix-chandler

All talks and presentations given at the Golang Phoenix will be stored here.

Presentations can be in any format the presenter prefers though Go provides excellent presentation capabilities utilizing the presentation library software

Contributing

  • Fork the repo
  • Create a branch
  • Create your presentation
  • Push changes up
  • Open Pull Request
cd $GOPATH/src/github.com/gogo-phoenix-chandler
git clone [email protected]:<YOURGITHUBACCOUNT>/talks.git
cd talks
git checkout -b <talk_title>
git add <needed> <files>
git commit -m "New presentation!"
git push origin <talk_title>

Myself, Sheena, or Dave will then merge the pull request.

Releases

No releases published

Packages

No packages published

Languages