1. The document discusses various techniques for testing functions in Go that depend on the time.Now() function, including overriding time.Now(), using a fake clock interface, and monkey patching.
2. It provides examples of overriding time.Now() directly, using a fakeclock.FakeClock type from the clock package to inject a test clock, and monkey patching time.Now() using the monkey package.
3. The techniques allow isolating tests by faking the system time so time-dependent code returns predictable outputs for different test cases.
Les outils SEO à utiliser en 2013 - Seo CampusAltiref
Le Top 20 (et quelques) des outils SEO à utiliser en 2013. Support de conférence au SEO Campus 2013. Par Alexandra Martin (http://www.miss-seo-girl.com) et Marie Pourreyron, consultante SEO Altiref (http://www.mar1e.fr et http://www.altiref.com). Retrouvez tous les liens directs vers les outils ici http://www.mar1e.fr/seo-campus-2013-2258
RTMPのはなし - RTMP1.0の仕様とコンセプト / Concepts and Specification of RTMPMasashi Shibata
The document discusses RTMP streaming and AbemaTV's use of RTMP. It provides information on RTMP protocol basics, AbemaTV's streaming infrastructure which uses RTMP, and code samples for parsing RTMP network packets. Key technologies mentioned include RTMP, MPEG-DASH, HLS, encoders, and media servers.
Les outils SEO à utiliser en 2013 - Seo CampusAltiref
Le Top 20 (et quelques) des outils SEO à utiliser en 2013. Support de conférence au SEO Campus 2013. Par Alexandra Martin (http://www.miss-seo-girl.com) et Marie Pourreyron, consultante SEO Altiref (http://www.mar1e.fr et http://www.altiref.com). Retrouvez tous les liens directs vers les outils ici http://www.mar1e.fr/seo-campus-2013-2258
RTMPのはなし - RTMP1.0の仕様とコンセプト / Concepts and Specification of RTMPMasashi Shibata
The document discusses RTMP streaming and AbemaTV's use of RTMP. It provides information on RTMP protocol basics, AbemaTV's streaming infrastructure which uses RTMP, and code samples for parsing RTMP network packets. Key technologies mentioned include RTMP, MPEG-DASH, HLS, encoders, and media servers.