streams-api

command module
v0.0.0-...-382235a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2020 License: MIT Imports: 6 Imported by: 0

README

Streams API

A simple example of using the Streams API.

GitHub Workflow Status

Client

The app was bootstrapped with Create React App.

To start the app server run:

yarn start

The above runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

To start the tests in interactive mode run:

yarn test

Server

To run the server run:

go run ./main.go

To run tests run:

go test .

To avoid caching during tests use:

go test -count=1 .

To run benchmark tests use the -bench flag:

go test -bench=. .

To get coverage reports use the -cover flag:

go test -coverprofile=coverage.out .

And to view the profile run:

go tool cover -html=coverage.out

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL