Skip to content

Commit

Permalink
example file added to projecct
Browse files Browse the repository at this point in the history
  • Loading branch information
eftakhairul committed Aug 21, 2016
1 parent 8793a3e commit 6edadc0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions example/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package main;

import(
"github.com/eftakhairul/go-gisbn/gisbn"
"fmt"
)

func main() {
g := gisbn.New("9780262033848", "AIzaSyDKepjfaVBRcgsnPALw5s2UNyfOk-1FHUU", "ca")
g.Fetch()
fmt.Println(g.Title()) //Introduction to Algorithms
}

0 comments on commit 6edadc0

Please sign in to comment.