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
| // Copyright 2015 The Gorilla WebSocket Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style | |
| // license that can be found in the LICENSE file. | |
| // +build ignore | |
| package main | |
| import ( | |
| "flag" |
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
| group = smsbox-route | |
| smsbox-id = KSMPPD | |
| shortcode = "1234;+1234" | |
| smsc-id = http1 | |
| group = smsbox-route | |
| smsbox-id = smsbox1 | |
| #shortcode = "1234;+1234" | |
| smsc-id = "smsc1;smsc2" |
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
| for i,entry in enumerate(mylist): | |
| print i, entry |