Skip to content

vicpatel/encora-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encora GO

1. Parse the text strings into a tree of node structs.

For parser-service run the following command

go build -o ./bin/parser-service -i ./cmd/parser-service/ && ./bin/parser-service
For test case run the following command
go test -c -o ./bin/parser-service-test github.com/encora-go/cmd/parser-service
go tool test2json -t ./bin/parser-service-test -test.v

2. Adjust the code, so that the double() function can only be called 5 times concurrently.

For counter-service run the following command

go build -o ./bin/counter-service -i ./cmd/counter-service/ && ./bin/counter-service
For test case run the following command
go test -c -o ./bin/counter-service-test github.com/encora-go/cmd/counter-service
go tool test2json -t ./bin/counter-service-test -test.v

3. Find the right package for following:

This can be found in the package-selection.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages