Skip to content

tim-hornback-SAI/interview-go-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Check (Golang)

For more information about our interview setup, please refer to the following documentation: https://github.com/sourceallies/interviews/blob/main/docs/interview-environment.md

Requirements

  • docker
  • vscode

Open in dev container

  1. Clone this repository
  2. Open the directory in VS Code
  3. Click the "Open a Remote Window" icon on the bottom-left corner of VS Code
  4. Select "Reopen in Container"

The Problem

There some failing tests in this project. The tests can be run as follows:

go test

Acceptance Criteria

Make the tests pass. Only update code in the main.go or main_test.go files.

When you run the application, you should see Hello world! printed to the console. Run the application as follows:

go run main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages