/GoTestingApp

Testing GoTestingApp

Primary LanguageGoGNU General Public License v3.0GPL-3.0

GoTestingApp

Testing GoTestingApp go get -u github.com/stevepro7/gotestinglib add code go mod tidy

either consume

import ( "fmt" "github.com/stevepro7/gotestinglib/adriana" )

func main() { val := adriana.Add(2, 3) fmt.Println(val) }

import ( "fmt" . "github.com/stevepro7/gotestinglib/adriana" )

func main() { val := Add(2, 3) fmt.Println(val) }