diff options
Diffstat (limited to 'weles.go')
-rw-r--r-- | weles.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2017-2018 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,6 +16,3 @@ // Package weles represents the base of the Weles system. package weles - -// JobID is a unique identifier for Weles Job. -type JobID uint64 |