diff options
| author | John Conway <john.a.conway@gmail.com> | 2019-05-08 11:49:00 +0100 |
|---|---|---|
| committer | John Conway <john.a.conway@gmail.com> | 2019-05-08 11:49:00 +0100 |
| commit | 469e4cbaf7a169b7d1ea03aa466443b669f20bd4 (patch) | |
| tree | b3216ff09d2ecb9f50c2ece09f536986ae3b56f6 /src/feednim/submodule.nim | |
| parent | 5b476f97ecad45e90490d510932fd90b975543bf (diff) | |
| download | feed-nim-469e4cbaf7a169b7d1ea03aa466443b669f20bd4.tar.gz feed-nim-469e4cbaf7a169b7d1ea03aa466443b669f20bd4.zip | |
Removed AtomImage (not in spec)
Diffstat (limited to 'src/feednim/submodule.nim')
| -rw-r--r-- | src/feednim/submodule.nim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/feednim/submodule.nim b/src/feednim/submodule.nim deleted file mode 100644 index 1af4e81..0000000 --- a/src/feednim/submodule.nim +++ /dev/null @@ -1,12 +0,0 @@ -# This is just an example to get you started. Users of your library will -# import this file by writing ``import FeedNim/submodule``. Feel free to rename or -# remove this file altogether. You may create additional modules alongside -# this file as required. - -type - Submodule* = object - name*: string - -proc initSubmodule*(): Submodule = - ## Initialises a new ``Submodule`` object. - Submodule(name: "Anonymous") |
