Closed jeroenrinzema closed 3 years ago
go vet currently throws the error that main is redeclared inside the example directory. This PR fixes this issue by moving the examples into separate directories.
go vet
main
example
go vet
currently throws the error thatmain
is redeclared inside theexample
directory. This PR fixes this issue by moving the examples into separate directories.