52.学习周刊-总第87期-2022年第52周.md 1.9 KB
Newer Older
E
eryajf 已提交
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
---
title: 学习周刊-总第87期-2022年第52周
date: 2023-01-02 11:13:06
permalink: /pages/ba509d/
categories:
  - 周刊
  - 学习周刊
  - 2022年
tags:
  -
feed:
  enable: true
description: 学习周刊-总第87期-一个能够ssh到action容器的debug方式
---


### 0 ,前言

周刊维护在:[https://github.com/eryajf/learning-weekly](https://github.com/eryajf/learning-weekly)  欢迎投稿,推荐或自荐项目 /文章 /博客,请提交 issue 。

周刊核心为运维周刊,还会侧重Go语言生态,Vue相关技术生态的项目,以及 GitHub 上优秀项目或经验。

你也可以在我的博客 [https://wiki.eryajf.net/learning-weekly/](https://wiki.eryajf.net/learning-weekly/) 查看汇总周刊。


### 1,优秀项目

---

- 项目地址:[action-upterm](https://github.com/lhotari/action-upterm)
- 项目说明:一个能够远程 ssh 到 github action 运行时容器的 action,辅助我们对 action 进行调试。
添加如下内容,就会在构建的步骤中输出一个可供 ssh 链接的内容。
```yaml
    - name: Setup upterm session
      uses: lhotari/action-upterm@v1
```
- 相关文章:[README](https://github.com/lhotari/action-upterm#readme)

---

- 项目地址:[req](https://github.com/imroc/req)
- 项目说明:简单易用,功能丰富的 Go HTTP 客户端。
- 相关文章:[README](https://github.com/imroc/req#readme), [官方文档](https://req.cool/zh/)

---

### 2,优秀文章

---

- [我眼中的防疫](https://isheep.xlog.app/covid--in-my-eye)
- 如题

---

- [我的旅行地图](https://imjiayin.com/travel_map)
- 太丰富了,实名羡慕

---


### 3,优秀博客

---

- 博客地址:[这里是pz阁下](https://www.hellopz.com/)
- 简单说明:不少 go 的实践文章。

---

- 博客地址:[ISheep](https://isheep.xlog.app/)
- 简单说明:优秀的年轻人,优秀的文字内容。

---