Skip to content

Commit

Permalink
added embed
Browse files Browse the repository at this point in the history
  • Loading branch information
judezhu committed May 22, 2024
1 parent 70d1970 commit 9ddc421
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/dapperlabs/studio-platform-smart-contracts

go 1.20
Empty file added go.sum
Empty file.
14 changes: 14 additions & 0 deletions pds/embed.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package pds

import (
"embed"
)

//go:embed transactions/*
var Transaction embed.FS

//go:embed scripts/*
var Scripts embed.FS

//go:embed contracts/*
var Contracts embed.FS

0 comments on commit 9ddc421

Please sign in to comment.