Skip to content

Commit

Permalink
Changes to date on Programming in Go section.
Browse files Browse the repository at this point in the history
Finished draft of Simple API methods and LockS() function. Need to draft description of wrapped utility functions.

Edits in response to e-mail comments from Steve Estes June 21, 2018, 5:43pm EDT.

Incorporated comments from Ranjani & Steve E. Reworked Programming in Go section through Methods for clarity & consistency. Yet to do: rework functions and draft programming considerations.

Completed first draft of Programming in Go section.

I believe I have updated the document with responses to all comments to date. With the possible exception of potential changes to yottadb.ForkExec(), the draft is complete and ready for another review pass.

Restore inadvertently deleted .gitignore file and fix typo in MLPG.

Fix .gitignore

Fix a typo, and add KeyT access methods that invoke the corresponding access methods on members of the KeyT structure.

Fix typo

Includes responses to Narayanan's reviews through this time.

Added yottadb.Release(), KeyT methods. Removed StdoutStdErrAdjust(). Responded to comments and fixed typos.

Edits to remove typos and improve readability.
  • Loading branch information
ksbhaskar committed Jun 29, 2018
1 parent be09351 commit 5cc7417
Show file tree
Hide file tree
Showing 2 changed files with 1,256 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore~
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-make.bat
-_build/
Loading

0 comments on commit 5cc7417

Please sign in to comment.