basic1

command
v0.0.0-...-0c94297 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

README

basic1 - basic example program

Prequisites:
Before running the basic example program (main.go):

This program uses two packages so you will need to get them first so that they are available on your local machine and in the correct directory. From your go src directory issue the following commands:

go get github.com/joho/godotenv
go get github.com/cloudant-labs/go-cloudant

Download the basic1 folder with contents to your go src directory.

Running the basic example program (main.go):

Ensure that you are in the basic1 folder on your local machine, you have done the previous steps in this README file, your cloudant-developer Docker Container is running (if applicable), then issue the following command:

go run main.go

You should see output similar to the following output:

2018/01/19 14:25:12 Request (attempt: 0) POST http://localhost:32768/_session
2018/01/19 14:25:12 Connected to Cloudant Successfully
2018/01/19 14:25:12 Request (attempt: 0) HEAD http://localhost:32768
2018/01/19 14:25:12 Request (attempt: 0) PUT http://localhost:32768/items
2018/01/19 14:25:12 Request (attempt: 0) POST http://localhost:32768/items
2018/01/19 14:25:12 &{2ee2228864b504d52ad38f445f006596 1-9fdc2238b02e29dd1fda502b7ff07157}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL