소스 검색

add urbit container startup

reid 2 년 전
부모
커밋
d261635e20
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config/config.go

+ 1 - 0
config/config.go

@@ -10,6 +10,7 @@ import (
 	"net/http"
 	"os"
 	"path/filepath"
+	"runtime"
 	"sync"
 	"time"
 )