diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2022-10-13 01:42:12 -0400 |
---|---|---|
committer | pg9182 <96569817+pg9182@users.noreply.github.com> | 2022-10-13 01:42:12 -0400 |
commit | 624ffeb91846b8e6435258ca7483a013cbb36b57 (patch) | |
tree | a559ac965ccc440279578f65ace5a7a25597e732 /pkg/pdata/default.go | |
parent | f9612dfa1e203550a097f40bb738ddc8a74cc239 (diff) | |
download | Atlas-624ffeb91846b8e6435258ca7483a013cbb36b57.tar.gz Atlas-624ffeb91846b8e6435258ca7483a013cbb36b57.zip |
pkg/pdata: Embed default pdata
Diffstat (limited to 'pkg/pdata/default.go')
-rw-r--r-- | pkg/pdata/default.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/pdata/default.go b/pkg/pdata/default.go new file mode 100644 index 0000000..8744959 --- /dev/null +++ b/pkg/pdata/default.go @@ -0,0 +1,6 @@ +package pdata + +import _ "embed" + +//go:embed placeholder_playerdata.pdata +var DefaultPdata []byte |