Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gophercises/quiz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rsxb/quiz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 16, 2019

  1. Solution (#1)

    * Solve quiz gophercise
    
    * Support `go mod` for dependency management
    
    * Update README.md
    Ravneet Singh authored Feb 16, 2019
    Configuration menu
    Copy the full SHA
    ce00efd View commit details
    Browse the repository at this point in the history
  2. Refactor quiz function into separate file (#2)

    Ravneet Singh authored Feb 16, 2019
    Configuration menu
    Copy the full SHA
    133ac5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0557c3b View commit details
    Browse the repository at this point in the history
  4. Update quiz.go

    * Create problem struct
    
    * Refactor csv parsing logic
    
    * Generalize quiz() to work with structs
    rsxb committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    c9763d2 View commit details
    Browse the repository at this point in the history
  5. Make error messages more concise

    rsxb committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    46c69aa View commit details
    Browse the repository at this point in the history
  6. Document core functionality

    * Add doc & inline comments to quiz.go
    
    * Export quiz function as Quiz()
    
    * Improve question output format
    rsxb committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    481bc4b View commit details
    Browse the repository at this point in the history
  7. Handle incorrectly formatted input

    * Use bufio.ReadString instead of fmt.Scanln()
    
    * Trim leading and trailing whitespace
    rsxb committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    99210dc View commit details
    Browse the repository at this point in the history
  8. Remove redundant timeout logic

    rsxb committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    00307e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2eed9c2 View commit details
    Browse the repository at this point in the history
Loading