初始化 Go 和 Python 项目的基本文件结构
This commit is contained in:
parent
1fec6cec7e
commit
76e8275edd
|
|
@ -0,0 +1 @@
|
|||
package main
|
||||
|
|
@ -0,0 +1 @@
|
|||
3.13
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[project]
|
||||
name = "design-patterns"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = []
|
||||
Loading…
Reference in New Issue