| Index: samples/github/lib/src/github_mock.dart
|
| diff --git a/samples/github/lib/src/github_mock.dart b/samples/github/lib/src/github_mock.dart
|
| index 4d39f252a0a74298acc648939751d900f4e77b34..63f0c483e4196070dda86ed1756635e56637a575 100644
|
| --- a/samples/github/lib/src/github_mock.dart
|
| +++ b/samples/github/lib/src/github_mock.dart
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'dart:fletch';
|
| -import 'dart:fletch.os' as os;
|
| +import 'dart:dartino';
|
| +import 'dart:dartino.os' as os;
|
| import 'dart:typed_data';
|
|
|
| import 'package:file/file.dart';
|
|
|