Skip to content

Commit

Permalink
init go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
CompetitiveLin committed Feb 27, 2024
1 parent d59804c commit f7d28b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _posts/2024-02-27-go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Go 语言学习
categories: [Backend, Go]
tags: [go]
date: 2024-02-27T14:25:08+800
last_modified_at:
pin: false
---

## 基本语法

```go
s := "string"
```

0 comments on commit f7d28b0

Please sign in to comment.