-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathsample_multi_file_binary.diff
More file actions
29 lines (25 loc) · 1019 Bytes
/
Copy pathsample_multi_file_binary.diff
File metadata and controls
29 lines (25 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff --git a/README.md b/README.md
index 7b73e04..36cde13 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
Conception-go [](https://travis-ci.org/shurcooL/Conception-go)
=============
+This is a change.
+
This is a work in progress Go implementation of [Conception](https://github.com/shurcooL/Conception#demonstration).
Conception is an experimental project. It's a platform for researching software development tools and techniques. It is driven by a set of guiding principles. Conception-go targets Go development.
diff --git a/data/Font.png b/data/Font.png
index 17a971d..599f8dd 100644
Binary files a/data/Font.png and b/data/Font.png differ
diff --git a/main.go b/main.go
index 1aced1e..98a982e 100644
--- a/main.go
+++ b/main.go
@@ -6710,6 +6710,8 @@ func init() {
}
func main() {
+ // Another plain text change.
+
//defer profile.Start(profile.CPUProfile).Stop()
//defer profile.Start(profile.MemProfile).Stop()