Giter Site home page Giter Site logo

goutils's Introduction

Build Status

Introduction

Personal repo to write some Go helper packages.

Collaborating

One of the most effective ways to collaborate on GitHub is by using a forking/branching model as described in the GitHub Guides.

Doing Work

  • Each time you begin doing work on a new issue, check out the master branch by doing git checkout master. You will only be able to do this if you don't have any changes in your local codebase.
  • Pull in the latest changes from upstream's master branch - git pull upstream master
  • Create a new branch, named something relevant to the issue being worked on - git checkout -b {{branch-name}}, replacing {{branch-name}} with the name of your branch.
  • Push your new branch to your origin remote - git push -u origin {{branch-name}}
  • Add your commits and push to that branch - git push origin {{branch-name}}
  • Issue a Pull Request in to the upstream repository when the work is done. Make sure the Pull Request comment includes a keyword for closing issues for closing the issue the work is for - Resolves #42 (with 42 being the issue number)
  • Once the Pull Request is merged, delete the local and remote branch you worked on - git branch -d {{branch-name}} for local, git push origin :{{branch-name}} for remote. Important: Never Reuse A Branch After It Has Been Merged

sitespeedAnalyzer

Sitespeed.io is an open source tool that helps you analyze your website speed and performance based on performance best practices and timing metrics.

After running Sitespeed.io, there would generate a json file which records the socre of each performance rule.

sitespeedAnalyzer aims to analyse these results and gets some helpful statics information.

goutils's People

Contributors

jinghzhu avatar jinghua-zhu avatar

Stargazers

Lexus Lee avatar

Watchers

James Cloos avatar  avatar

goutils's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.