Skip to content

Commit

Permalink
Merge pull request #7 from slackhq/readme
Browse files Browse the repository at this point in the history
Readme
  • Loading branch information
alelizalde authored Apr 25, 2022
2 parents 889a198 + 144cb62 commit cb85df2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions go/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Requirements

To check that your system can run the backend onsite exercise in Go, run the `setup.sh` script included in this directory (if you're on Windows, run `setup.bat` "currently missing" instead).

We encourage you to use whatever setup is most comfortable for you, whether that's running the script locally, in Docker, or in a VM. As long as the `setup` script runs successfully, you should be good to go.

## Dependencies

* A Go version >= 1.18.
* [SQLite3](https://www.sqlite.org/index.html) (this comes pre-installed on most operating systems).

## Troubleshooting

If for some reason the `setup` script won't run successfully, try the following:

- Ensure that your PHP version is >= 1.18.
- Ensure that SQLite3 is installed.

If you try the above and are still having trouble, please reach out to your recruiting coordinator and we'll do our best to assist you. If possible, please include relevant stacktraces and system details (OS and language versions, etc) in your message.
Binary file removed go/main
Binary file not shown.

0 comments on commit cb85df2

Please sign in to comment.