Skip to content

rossetti-gov/stringutil_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

First Library

Following the tutorial...

mkdir $GOPATH/src/github.com/s2t2/stringutil_go
cd $GOPATH/src/github.com/s2t2/stringutil_go
touch reverse.go # then paste in the code

Compile the library:

go build

First Tests

Following the tutorial...

Test the library:

go test

About

my first go library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages