Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
YottaDB
/
YDBDoc
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
7
Code
Issues
2
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Partial draft of Programming in Go for initial review
- #141
#141
Open
ksbhaskar
wants to merge 10 commits into
YottaDB:master
YottaDB/YDBDoc:master
from
ksbhaskar:working
ksbhaskar/YottaDBdoc:working
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Partial draft of Programming in Go for initial review
#141
ksbhaskar
wants to merge 10 commits into
YottaDB:master
YottaDB/YDBDoc:master
from
ksbhaskar:working
ksbhaskar/YottaDBdoc:working
Copy head branch name to clipboard
Commits
Commits on Jun 29, 2018
Changes to date on Programming in Go section.
Show description for 5cc7417
ksbhaskar
committed
5cc7417
View commit details
Copy full SHA for 5cc7417
Browse repository at this point
Fix formatting issues from merge with current MLPG
ksbhaskar
committed
cb63057
View commit details
Copy full SHA for cb63057
Browse repository at this point
Fix a few last minute typos
ksbhaskar
committed
7d9bc6d
View commit details
Copy full SHA for 7d9bc6d
Browse repository at this point
Commits on Jul 15, 2018
Added BufferT methods SetLenUsed() and SetValStrLit(). Fixed typos and errors.
ksbhaskar
committed
48fc7f9
View commit details
Copy full SHA for 48fc7f9
Browse repository at this point
Added BufferTArray method SetLenUsed()
ksbhaskar
committed
7daf1f9
View commit details
Copy full SHA for 7daf1f9
Browse repository at this point
Commits on Jul 16, 2018
Added method BufferTArray SetValStrLit()
ksbhaskar
committed
4fe4f01
View commit details
Copy full SHA for 4fe4f01
Browse repository at this point
Commits on Aug 2, 2018
Change return codes to use an error interface. Noted detailed description of interface is a to do.
ksbhaskar
committed
29214c9
View commit details
Copy full SHA for 29214c9
Browse repository at this point
Commits on Aug 3, 2018
Provide some details of error interface.
ksbhaskar
committed
5f12578
View commit details
Copy full SHA for 5f12578
Browse repository at this point
Commits on Aug 6, 2018
Futhre changes to error handling to reflect the fact that the Go error interface has a string return.
ksbhaskar
committed
de37213
View commit details
Copy full SHA for de37213
Browse repository at this point
Change Go error return codes to just error return; empty string to nil, and related cleanup of language.
ksbhaskar
committed
f62b6a0
View commit details
Copy full SHA for f62b6a0
Browse repository at this point
You can’t perform that action at this time.