Make Use of fs.FS in Go 1.16 #1

Closed
opened 2021-01-30 17:46:56 +00:00 by jeff · 0 comments
Owner

With the 1.16 release, there will be functionality to embed files. This can be used to store the queries from files instead of string consts.

Rewrite this project entirely to make use of that. Each file can contain a key, description, query, etc.

With the 1.16 release, there will be functionality to [embed files](https://tip.golang.org/pkg/embed/). This can be used to store the queries from files instead of string consts. Rewrite this project entirely to make use of that. Each file can contain a key, description, query, etc.
jeff self-assigned this 2021-01-30 17:46:56 +00:00
jeff closed this issue 2022-01-02 18:46:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: simplesystems/simple-sql#1
No description provided.