修改nodeid为字符串

This commit is contained in:
boyce
2024-04-10 17:30:52 +08:00
parent 161a67c8a1
commit 0cf935ffa4
16 changed files with 283 additions and 283 deletions

View File

@@ -17,7 +17,7 @@ Hello world!
下面我们来一步步的建立origin服务器,先下载[origin引擎](https://github.com/duanhf2012/origin "origin引擎"),或者使用如下命令:
```go
go get -v -u github.com/duanhf2012/origin
go get -v -u github.com/duanhf2012/origin/v2
```
[README.md](README.md)
于是下载到GOPATH环境目录中,在src中加入main.go,内容如下: