Skip to content

talgat-ruby/exercises-go

This branch is 5 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4e7e89 · Nov 26, 2024

History

22 Commits
Jul 27, 2024
Jul 27, 2024
Sep 19, 2024
Sep 25, 2024
Sep 30, 2024
Oct 25, 2024
Oct 26, 2024
Nov 17, 2024
Nov 26, 2024
Jul 27, 2024
Jul 27, 2024
Jul 27, 2024
Jul 27, 2024
Jul 27, 2024
Nov 7, 2024
Jul 27, 2024

Repository files navigation

exercises-go

This is exercises repo.

Prerequisites

You will need:

Start

  1. Fork repo.

fork

  1. Clone forked repo. Use ssh because you will need to push.

  2. Solve problems and test if they are valid.

go test -v -bench=. -race ./...

Update

First need setup remote repo for update. You need to do that once:

git remote add upstream git@github.com:talgat-ruby/exercises-go.git
git remote set-url --push upstream DISABLE

Now any time you need to update you can do:

git pull upstream main

Test

In order to run specific exercise (for example exercise2):

go test -v -bench -race ./exercise2/...

Or specific problem (for example exercise3/problem5):

go test -v -bench=. -race ./exercise3/problem5/...

Skip optional tests:

SKIPTEST=optional go test -v -bench=. -race ./exercise1/...

PR

create PR from your repo to this one from branch {firstname}-{lastname} for example talgat-saribayev.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages