Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

taubyte/go-project-schema

Repository files navigation

go-project-schema

Release License Go Report Card GoDoc codecov Discord

This is a golang interface to the Taubyte project using go-seer.

Testing

test project

Run all

go test -v ./...

Calculate coverage for all packages

go test -v ./... -coverprofile cover.out -coverpkg ./...

Display coverage

# html
go tool cover -html=cover.out

# each function % and total %
go tool cover -func=cover.out

Maintainers

  • Samy Fodil @samyfodil
  • Sam Stoltenberg @skelouse
  • Tafseer Khan @tafseer-khan
  • Aron Jalbuena @arontaubyte

About

golang interface to the Taubyte project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages