Discord RPC library and a system info program.
Go to file
Ophestra Umiker 4e1e343081
library: io: implement client type and I/O methods
Path discovery is ported directly from Discord's C++ example, Windows has a crazy looking socket path that needs special syscall magic to dial, so we'll put that off for the time being.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-19 23:11:44 +09:00
.gitignore go: initialise go module 2024-06-19 23:07:05 +09:00
go.mod go: initialise go module 2024-06-19 23:07:05 +09:00
go.sum go: initialise go module 2024-06-19 23:07:05 +09:00
io.go library: io: implement client type and I/O methods 2024-06-19 23:11:44 +09:00
io_unix.go library: io: implement client type and I/O methods 2024-06-19 23:11:44 +09:00