Skip to content

Commit

Permalink
read me
Browse files Browse the repository at this point in the history
  • Loading branch information
alelizalde committed Apr 25, 2022
1 parent 889a198 commit 44f6096
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions go/READMR.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 44f6096

Please sign in to comment.