This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package example | |
| import ( | |
| "testing" | |
| proto "github.com/golang/protobuf/proto" | |
| ) | |
| func BenchmarkHobbits(b *testing.B) { | |
| example_ping_req := "EWP 0.1 PING none none 0 5\n12345" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pragma solidity ^0.4.19; | |
| /** | |
| * @title NonFungibleTokenLib | |
| * @author Ghilia Weldesselasie | |
| * SHAMELESS SELF-PLUG: https://github.com/ERC-ME/Whitepaper | |
| * | |
| * version 1.2.1 | |
| * Copyright (c) 2018 Ghilia Weldesselasie | |
| * The MIT License (MIT) |