Skip to content

Instantly share code, notes, and snippets.

View Databean's full-sized avatar
🇮🇶

A. Cody Schuffelen Databean

🇮🇶
View GitHub Profile
"""
Copyright 2017 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
@Databean
Databean / gist:00b8c282dc1cbe0d4b88
Created May 1, 2014 02:01
Go interface attempt
#include <iostream>
#include <functional>
#include <memory>
#include <utility>
#include <vector>
#include <list>
template<typename R, typename... Args>
class GoInterface {
private: