소스 검색

Initialized Repo

  * Created go package
  * Added basic README
Apollo 3 년 전
커밋
404c5be37e
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md
  2. 3 0
      go.mod

+ 6 - 0
README.md

@@ -0,0 +1,6 @@
+# AutoStruct
+
+Given unknown json but want nice clean structures to load it consistently?
+
+AutoStruct should help with that.
+

+ 3 - 0
go.mod

@@ -0,0 +1,3 @@
+module red-green.com/autostruct
+
+go 1.18