Moses Banggo

Moses Naserat Romario Banggo (born May 9, 1990 in Abepura, Jayapura, Papua) is an Indonesian footballer who currently plays as a midfielder for Persewar Waropen in the Liga 2.

Moses Banggo
Personal information
Full name Moses Naserat Romario Banggo
Date of birth (1990-05-09) May 9, 1990
Place of birth Abepura, Papua, Indonesia
Height 1.78 m (5 ft 10 in)
Playing position(s) Midfielder
Club information
Current team
Persewar Waropen
Number 95
Youth career
2005–2007 Kuskus FC Jayapura
2007–2010 Persipura Jayapura
Senior career*
Years Team Apps (Gls)
2010–2012 Persipura Jayapura 9 (0)
2012–2015 Persiram Raja Ampat 33 (2)
2016–2017 Cacusan CF 21 (3)
2017 Persepam Madura Utama 5 (2)
2018 Kalteng Putra 19 (1)
2019– Persewar Waropen 4 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 27 May 2019

Honours

Club

Persipura Jayapura
  • Indonesia Super League (1): 2010–11
  • Indonesian Inter Island Cup (1): 2011
Persiram Raja Ampat
  • Indonesian Inter Island Cup (1): 2014
  • Indonesia Super League (5): 2014
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.
gollark: Ah, but Lua is slightly sane.



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.