Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coip/underlying-gobs
gob shenanigans
https://github.com/coip/underlying-gobs
Last synced: 28 days ago
JSON representation
gob shenanigans
- Host: GitHub
- URL: https://github.com/coip/underlying-gobs
- Owner: coip
- Created: 2019-05-16T18:18:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T18:20:31.000Z (over 5 years ago)
- Last Synced: 2023-03-07T02:13:25.957Z (almost 2 years ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stimulatorgator
### chomping on the _gobs_ over `stdin` and `stdout`first, `go get -v github.com/coip/underlying-gobs`
_(there is an error about no .go files in the toplevel of the project, that is okay.)_
---
then build `callee`:
`cd $GOPATH/src/github.com/coip/underlying-gobs/callee && go build`
---
then build `caller`:
`cd $GOPATH/src/github.com/coip/underlying-gobs/caller && go build`
---
then invoke `$GOPATH/src/github.com/coip/underlying-gobs/caller/caller 3 "i like avocados"`
---
to have some `callee` Gophers make Gophers to send the `caller` Gopjhers some Gophers over `gob`'d stdin/stdout, and unGob them in caller into a Gopher literal which calls the lib func `Describe` in the `caller`.
## ( ͡~ ͜ʖ ͡°)