Skip to content

Instantly share code, notes, and snippets.

package servercomm
import (
"sync"
"time"
)
type Subscription struct {
sync.Mutex
id int64
package servercomm
import (
"sync"
"time"
)
type Subscription struct {
sync.Mutex
id int64
panic: nil
goroutine 18 [running]:
runtime.panic(0x0, 0x0)
/usr/lib/go/src/pkg/runtime/panic.c:266 +0xb6
github.com/backplane/platform/servercomm.func<C2><B7>005()
/home/vagrant/go/src/github.com/backplane/platform/servercomm/subscription_test.go:57 +0x29
created by time.goFunc
/usr/lib/go/src/pkg/time/sleep.go:123 +0x47
#!/bin/bash
# vim:ft=sh:ts=3:sts=3:sw=3:et:
###
# Strips the closing php tag `?>` and any following blank lines from the
# end of any PHP file in the current working directory and sub-directories. Files
# with non-whitespace characters following the closing tag will not be affected.
#
# Author: Bryan C. Geraghty <bryan@ravensight.org>
# Date: 2009-10-28
var $lessonWrapper = $('.course-wrap .lesson-wrapper');
// prevent default animation of right part
$lessonWrapper.css('webkitTransform', 'translateX(0px)');
// allow smooth resizing (just filling with default css value for attribute 'position')
$lessonWrapper.css('position', 'static');
// allow padding animation
$lessonWrapper.css('webkitTransition', 'padding 0.3s');
var $lessonWrapper = $('.course-wrap .lesson-wrapper');
// prevent default animation of right part
$lessonWrapper.css('webkitTransform', 'translateX(0px)');
// allow smooth resizing (just filling with default css value for attribute 'position')
$lessonWrapper.css('position', 'static');
// allow padding animation
$lessonWrapper.css('webkitTransition', 'padding 0.3s');
var $lessonWrapper = $('.course-wrap .lesson-wrapper');
// prevent default animation of right part
$lessonWrapper.css('webkitTransform', 'translateX(0px)');
// allow smooth resizing (just filling with default css value for attribute 'position')
$lessonWrapper.css('position', 'static');
// allow padding animation
$lessonWrapper.css('webkitTransition', 'padding 0.3s');
var slice = Function.prototype.call.bind(Array.prototype.slice);