Skip to content

Commit 4bb6ee1

Browse files
committed
doc
1 parent 46afddf commit 4bb6ee1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 idata-shopee
3+
Copyright (c) 2018 lock-free
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple Lisp-Style protocol for communication (golang version)
44

5-
![travis-ci build status](https://travis-ci.com/idata-shopee/gopcp.svg?branch=master)
5+
![travis-ci build status](https://travis-ci.com/lock-free/gopcp.svg?branch=master)
66

77
## Features
88

@@ -16,7 +16,7 @@ A simple Lisp-Style protocol for communication (golang version)
1616

1717
```go
1818
import (
19-
"github.com/idata-shopee/gopcp"
19+
"github.com/lock-free/gopcp"
2020
"errors"
2121
)
2222

0 commit comments

Comments
 (0)