Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add get total api #2

Merged
merged 1 commit into from
Oct 24, 2023

add get total api

afed128
Select commit
Loading
Failed to load commit list.
Merged

add get total api #2

add get total api
afed128
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 24, 2023 in 2m 59s

Build Passed

The build passed.

Details

This is a normal build for the add-get-total branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Go OS State
20.1 1.14.x Linux passed
20.2 1.14.x Linux passed

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Xenial)
Go Version 1.14.x
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "arch": [
    "amd64",
    "ppc64le"
  ],
  "go": [
    "1.14.x"
  ],
  "script": [
    "go test -race ./...",
    "for i in _examples/*/; do go build $i/*.go || exit 1; done"
  ]
}