Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
bogdan-deac
/
go-capnp
Public
forked from
capnproto/go-capnp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 13, 2024
Merge pull request #551 from rexposadas/install-docs-improvements
Show description for 0d218d2
lthibault
authored
0d218d2
Copy full SHA for 0d218d2
Commits on Dec 6, 2023
improved docs
rexposadas
committed
efce2da
Copy full SHA for efce2da
Commits on Oct 10, 2023
Merge pull request #549 from davidhubbard/main
lthibault
authored
c10ca24
Copy full SHA for c10ca24
Commits on Oct 9, 2023
Restore README.md (accidentally removed in #547)
Show description for 60b8d28
davidhubbard
committed
60b8d28
Copy full SHA for 60b8d28
Commits on Oct 7, 2023
Merge pull request #547 from alrs/util
Show description for 0a6a8fc
lthibault
authored
0a6a8fc
Copy full SHA for 0a6a8fc
Commits on Oct 5, 2023
move zenhack.net/go/util into util subdirectory
alrs
committed
2b6900a
Copy full SHA for 2b6900a
exn: make it more ergonomic to add context to errors.
zenhack
authored and
alrs
committed
1c96016
Copy full SHA for 1c96016
Add a debugging package with a helper.
Show description for f050c75
zenhack
authored and
alrs
committed
f050c75
Copy full SHA for f050c75
rc: add a NewRefInPlace function.
Show description for 8071c71
zenhack
authored and
alrs
committed
8071c71
Copy full SHA for 8071c71
rc: Add a Ref.IsValid method.
zenhack
authored and
alrs
committed
62045cb
Copy full SHA for 62045cb
Make Release no-op on nil refs.
zenhack
authored and
alrs
committed
5fe1f89
Copy full SHA for 5fe1f89
Add docs to the deferred package.
zenhack
authored and
alrs
committed
b95b08e
Copy full SHA for b95b08e
Add a deferred package.
Show description for 220110a
zenhack
authored and
alrs
committed
220110a
Copy full SHA for 220110a
rc: Add a Steal method to Ref
zenhack
authored and
alrs
committed
788b8f2
Copy full SHA for 788b8f2
rc: complete test coverage
Show description for 7cdb2b4
zenhack
authored and
alrs
committed
7cdb2b4
Copy full SHA for 7cdb2b4
rc: add weakref support.
zenhack
authored and
alrs
committed
a74f6fe
Copy full SHA for a74f6fe
Improve readability of TestRef
Show description for 06d46a0
zenhack
authored and
alrs
committed
06d46a0
Copy full SHA for 06d46a0
rc: make Ref.Release() idempotent.
zenhack
authored and
alrs
committed
5c6f318
Copy full SHA for 5c6f318
Fix clerical error in comment
zenhack
authored and
alrs
committed
b3b0551
Copy full SHA for b3b0551
Rename types T to things more descriptive.
Show description for b740dca
zenhack
authored and
alrs
committed
b740dca
Copy full SHA for b740dca
exn: Add a 2-result version of Try
zenhack
authored and
alrs
committed
c4e6a20
Copy full SHA for c4e6a20
Add go.mod & go.sum
lthibault
authored and
alrs
committed
5b0b7c9
Copy full SHA for 5b0b7c9
rc: add tests.
zenhack
authored and
alrs
committed
f09ec38
Copy full SHA for f09ec38
rc: Docs, delete interface.go.
Show description for ca187b3
zenhack
authored and
alrs
committed
ca187b3
Copy full SHA for ca187b3
Add recounting package.
Show description for fec6b11
zenhack
authored and
alrs
committed
fec6b11
Copy full SHA for fec6b11
Use nil mutex to trigger use-after-unlock panic.
zenhack
authored and
alrs
committed
5f9e6f6
Copy full SHA for 5f9e6f6
Add With3, With4 helpers.
Show description for 2bd3e23
zenhack
authored and
alrs
committed
2bd3e23
Copy full SHA for 2bd3e23
More docs for Locked.Value
zenhack
authored and
alrs
committed
d2d3438
Copy full SHA for d2d3438
Add Lock() method for Mutex.
Show description for 5006b5c
zenhack
authored and
alrs
committed
5006b5c
Copy full SHA for 5006b5c
exn: provide helpers for adding context to errors.
zenhack
authored and
alrs
committed
d458931
Copy full SHA for d458931
Add a type alias for func(error)
zenhack
authored and
alrs
committed
7417c52
Copy full SHA for 7417c52
Adopt PoolSlice from tempest
zenhack
authored and
alrs
committed
f067260
Copy full SHA for f067260
Add a maps.Keys function
zenhack
authored and
alrs
committed
fcfa6a2
Copy full SHA for fcfa6a2
thunk: add a Ready() function.
zenhack
authored and
alrs
committed
b8efa7a
Copy full SHA for b8efa7a
Add a sync/mutex package
zenhack
authored and
alrs
committed
6ee7fb6
Copy full SHA for 6ee7fb6
Pagination
Previous
Next
You can’t perform that action at this time.