Skip to content

capoletti/estudo-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

estudo-golang

códigos referente ao estudo de golang

#obtendo pacotes via git

go get -u url_do_projeto_git

#relatorios de teste

go test -coverprofile=arquivo.out

go tool cover -func=arquivo.out

go tool cover -html=arquivo.out

About

códigos referente ao estudo de golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published